Bug 261310

Summary: VTTRegion::setScroll should ignore assignment of an invalid string instead of throwing SyntaxError
Product: WebKit Reporter: Kueno <kohei.ueno119>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Kueno 2023-09-07 19:47:41 PDT
The spec that VTTRegion::setScroll throws a SyntaxError in dead code has been removed at https://github.com/w3c/webvtt/pull/28, and now it should ignore assignment of an invalid string.

WebKit is failing the corresponding WPT: https://wpt.fyi/results/webvtt/api/VTTRegion/scroll.html?label=experimental&label=master&aligned&q=webvtt
Comment 1 Kueno 2023-09-07 19:50:55 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17567
Comment 2 EWS 2023-09-09 04:59:30 PDT
Committed 267828@main (8de0edf59961): <https://commits.webkit.org/267828@main>

Reviewed commits have been landed. Closing PR #17567 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-09-09 05:00:14 PDT
<rdar://problem/115215509>