Bug 103418
Summary: | Setting item in TextTrackCueList to a string instead of a TextTrackCue should have no effect | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antoine Quint <graouts> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, eric.carlson, graouts, jer.noble, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://w3c-test.org/html/tests/submission/Opera/media/interfaces/TextTrackCueList/getter.html |
Antoine Quint
We fail the Opera-submitted test at http://w3c-test.org/html/tests/submission/Opera/media/interfaces/TextTrackCueList/getter.html.
This test fails when trying to set an item in a TextTrackCueList directly to a string instead of a TextTrackCue. The test expects the setting to fail silently, while we simply assign the new string. This only happens if there was no TextTrackCue set at that index. We fail the third test as a result of the second test failing.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/12758117>
Antoine Quint
This causes us to also fail http://w3c-test.org/html/tests/submission/Opera/media/interfaces/TextTrackList/getter.html.
Ahmad Saleem
We pass all WPT Tests (old W3CTest):
https://wpt.fyi/results/html/semantics/embedded-content/media-elements/interfaces/TextTrackCueList/getter.html?label=experimental&label=master&aligned=
I don't think we have anything else to do here.
Marking this as 'RESOLVED CONFIGURATION CHANGED' and CCing Eric & Jer Noble to see, if we need anything else and if they want to reopen.