mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
update-wpt: TextTrack tests
Update the expectations of TextTrack related tests.
This commit is contained in:
parent
62a9bfa0c5
commit
eb531f6755
27 changed files with 10 additions and 302 deletions
|
@ -1,5 +0,0 @@
|
|||
[historical.html]
|
||||
type: testharness
|
||||
[TextTrackCue constructor should not be supported]
|
||||
expected: FAIL
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
[addTextTrack.html]
|
||||
type: testharness
|
||||
[HTMLMediaElement.addTextTrack subtitles first arg]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement.addTextTrack captions first arg]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement.addTextTrack descriptions first arg]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement.addTextTrack chapters first arg]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement.addTextTrack metadata first arg]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement.addTextTrack undefined second and third arg]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement.addTextTrack null second and third arg]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement.addTextTrack foo and bar second and third arg]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement.addTextTrack foo second arg, third arg omitted]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[textTracks.html]
|
||||
type: testharness
|
||||
[HTMLMediaElement.textTracks]
|
||||
expected: FAIL
|
||||
|
|
@ -14,8 +14,8 @@
|
|||
expected: FAIL
|
||||
|
||||
[TextTrack.activeCues, video playing]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[TextTrack.activeCues, adding cue during playback]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[constants.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrack constants]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +1,5 @@
|
|||
[cues.html]
|
||||
type: testharness
|
||||
[TextTrack.cues, empty list]
|
||||
expected: FAIL
|
||||
|
||||
[TextTrack.cues, after addCue()]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
[kind.html]
|
||||
type: testharness
|
||||
[TextTrack.kind, addTextTrack]
|
||||
expected: FAIL
|
||||
|
||||
[TextTrack.kind, track element]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[label.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrack.label]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[language.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrack.language]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
[oncuechange.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrack.oncuechange]
|
||||
expected: FAIL
|
||||
|
||||
[TextTrack.addEventListener/removeEventListener]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -2,6 +2,3 @@
|
|||
[TextTrackCue and VTTCue are separate interfaces]
|
||||
expected: FAIL
|
||||
|
||||
[TextTrackCue constructor should not be supported]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[endTime.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrackCue.endTime, script-created cue]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[id.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrackCue.id, script-created cue]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[pauseOnExit.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrackCue.pauseOnExit, script-created cue]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[startTime.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrackCue.startTime, script-created cue]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[track.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrackCue.track, script-created cue]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[getter.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrackCueList getter]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[length.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrackCueList.length]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[getTrackById.html]
|
||||
type: testharness
|
||||
[TextTrackList.getTrackById]
|
||||
expected: FAIL
|
||||
|
|
@ -1,12 +1,5 @@
|
|||
[getter.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrackList getter]
|
||||
expected: FAIL
|
||||
|
||||
[TextTrackList getter, no indexed set/create]
|
||||
expected: FAIL
|
||||
|
||||
[TextTrackList getter, no indexed set/create (strict)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[length.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrackList.length]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,6 +3,3 @@
|
|||
[TextTrackList.onaddtrack]
|
||||
expected: FAIL
|
||||
|
||||
[TextTrackList.addEventListener/removeEventListener]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,6 +3,3 @@
|
|||
[TextTrackList.onremovetrack]
|
||||
expected: FAIL
|
||||
|
||||
[TextTrackList.addEventListener/removeEventListener]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue