update-wpt: TextTrack tests

Update the expectations of TextTrack related tests.
This commit is contained in:
Dan Robertson 2018-12-09 00:02:49 +00:00
parent 62a9bfa0c5
commit eb531f6755
No known key found for this signature in database
GPG key ID: 45C4A652C47E42A5
27 changed files with 10 additions and 302 deletions

View file

@ -1,5 +0,0 @@
[historical.html]
type: testharness
[TextTrackCue constructor should not be supported]
expected: FAIL

View file

@ -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

View file

@ -1,5 +0,0 @@
[textTracks.html]
type: testharness
[HTMLMediaElement.textTracks]
expected: FAIL

View file

@ -14,8 +14,8 @@
expected: FAIL
[TextTrack.activeCues, video playing]
expected: TIMEOUT
expected: FAIL
[TextTrack.activeCues, adding cue during playback]
expected: TIMEOUT
expected: FAIL

View file

@ -1,6 +0,0 @@
[constants.html]
type: testharness
expected: ERROR
[TextTrack constants]
expected: FAIL

View file

@ -1,8 +1,5 @@
[cues.html]
type: testharness
[TextTrack.cues, empty list]
expected: FAIL
[TextTrack.cues, after addCue()]
expected: FAIL

View file

@ -1,8 +1,5 @@
[kind.html]
type: testharness
[TextTrack.kind, addTextTrack]
expected: FAIL
[TextTrack.kind, track element]
expected: FAIL

View file

@ -1,6 +1,5 @@
[label.html]
type: testharness
expected: ERROR
[TextTrack.label]
expected: FAIL

View file

@ -1,6 +1,5 @@
[language.html]
type: testharness
expected: ERROR
[TextTrack.language]
expected: FAIL

View file

@ -1,9 +1,5 @@
[oncuechange.html]
type: testharness
expected: ERROR
[TextTrack.oncuechange]
expected: FAIL
[TextTrack.addEventListener/removeEventListener]
expected: FAIL

View file

@ -2,6 +2,3 @@
[TextTrackCue and VTTCue are separate interfaces]
expected: FAIL
[TextTrackCue constructor should not be supported]
expected: FAIL

View file

@ -1,6 +1,5 @@
[endTime.html]
type: testharness
expected: ERROR
[TextTrackCue.endTime, script-created cue]
expected: FAIL

View file

@ -1,6 +1,5 @@
[id.html]
type: testharness
expected: ERROR
[TextTrackCue.id, script-created cue]
expected: FAIL

View file

@ -1,6 +1,5 @@
[pauseOnExit.html]
type: testharness
expected: ERROR
[TextTrackCue.pauseOnExit, script-created cue]
expected: FAIL

View file

@ -1,6 +1,5 @@
[startTime.html]
type: testharness
expected: ERROR
[TextTrackCue.startTime, script-created cue]
expected: FAIL

View file

@ -1,6 +1,5 @@
[track.html]
type: testharness
expected: ERROR
[TextTrackCue.track, script-created cue]
expected: FAIL

View file

@ -1,6 +1,5 @@
[getter.html]
type: testharness
expected: ERROR
[TextTrackCueList getter]
expected: FAIL

View file

@ -1,6 +1,5 @@
[length.html]
type: testharness
expected: ERROR
[TextTrackCueList.length]
expected: FAIL

View file

@ -1,5 +0,0 @@
[getTrackById.html]
type: testharness
[TextTrackList.getTrackById]
expected: FAIL

View file

@ -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

View file

@ -1,6 +1,5 @@
[length.html]
type: testharness
expected: ERROR
[TextTrackList.length]
expected: FAIL

View file

@ -3,6 +3,3 @@
[TextTrackList.onaddtrack]
expected: FAIL
[TextTrackList.addEventListener/removeEventListener]
expected: FAIL

View file

@ -3,6 +3,3 @@
[TextTrackList.onremovetrack]
expected: FAIL
[TextTrackList.addEventListener/removeEventListener]
expected: FAIL