Open
Bug 1565737
Opened 5 years ago
Updated 7 months ago
[webvtt] enable wpt regions-lines.html
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
NEW
People
(Reporter: alwu, Assigned: alwu)
References
(Blocks 1 open bug)
Details
Issue was reported from https://github.com/w3c/webvtt/issues/467
We should return the UINT32_MAX
when the value defined in vtt file exceeds the UINT32_MAX
.
Assignee | ||
Updated•5 years ago
|
Summary: [webvtt] Fix wpt regions-lines.html → [webvtt] enable wpt regions-lines.html
Updated•2 years ago
|
Severity: normal normal → S3 S3
Comment 1•7 months ago
•
|
||
It looks like we can trivially fix this by just changing the lines
attribute in our webIDL to an unsigned long
instead of a long
: https://searchfox.org/mozilla-central/source/dom/webidl/VTTRegion.webidl#24
Edit: no, I was wrong. The WPT is expecting something that doesn't make sense for an attribute that is meant to be an unsigned long
, and I can't figure out what the correct fix is supposed to be based on the GitHub issue :alwu mentioned in comment #0.
You need to log in
before you can comment on or make changes to this bug.
Description
•