mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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
|
@ -7,3 +7,6 @@
|
||||||
[Script script-svg]
|
[Script script-svg]
|
||||||
expected: NOTRUN
|
expected: NOTRUN
|
||||||
|
|
||||||
|
[Script script-load-error]
|
||||||
|
expected: NOTRUN
|
||||||
|
|
||||||
|
|
|
@ -6819,15 +6819,6 @@
|
||||||
[HTMLMediaElement interface: document.createElement("video") must inherit property "videoTracks" with the proper type]
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "videoTracks" with the proper type]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLMediaElement interface: document.createElement("video") must inherit property "textTracks" with the proper type]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLMediaElement interface: document.createElement("video") must inherit property "addTextTrack(TextTrackKind, DOMString, DOMString)" with the proper type]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLMediaElement interface: calling addTextTrack(TextTrackKind, DOMString, DOMString) on document.createElement("video") with too few arguments must throw TypeError]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLMediaElement interface: document.createElement("audio") must inherit property "srcObject" with the proper type]
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "srcObject" with the proper type]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -6873,15 +6864,6 @@
|
||||||
[HTMLMediaElement interface: document.createElement("audio") must inherit property "videoTracks" with the proper type]
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "videoTracks" with the proper type]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLMediaElement interface: document.createElement("audio") must inherit property "textTracks" with the proper type]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLMediaElement interface: document.createElement("audio") must inherit property "addTextTrack(TextTrackKind, DOMString, DOMString)" with the proper type]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLMediaElement interface: calling addTextTrack(TextTrackKind, DOMString, DOMString) on document.createElement("audio") with too few arguments must throw TypeError]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLMediaElement interface: new Audio() must inherit property "srcObject" with the proper type]
|
[HTMLMediaElement interface: new Audio() must inherit property "srcObject" with the proper type]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -6927,15 +6909,6 @@
|
||||||
[HTMLMediaElement interface: new Audio() must inherit property "videoTracks" with the proper type]
|
[HTMLMediaElement interface: new Audio() must inherit property "videoTracks" with the proper type]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLMediaElement interface: new Audio() must inherit property "textTracks" with the proper type]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLMediaElement interface: new Audio() must inherit property "addTextTrack(TextTrackKind, DOMString, DOMString)" with the proper type]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLMediaElement interface: calling addTextTrack(TextTrackKind, DOMString, DOMString) on new Audio() with too few arguments must throw TypeError]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLTrackElement interface: attribute kind]
|
[HTMLTrackElement interface: attribute kind]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -7059,12 +7032,6 @@
|
||||||
[HTMLMediaElement interface: attribute videoTracks]
|
[HTMLMediaElement interface: attribute videoTracks]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLMediaElement interface: attribute textTracks]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLMediaElement interface: operation addTextTrack(TextTrackKind, DOMString, DOMString)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLMapElement interface: attribute name]
|
[HTMLMapElement interface: attribute name]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -9704,114 +9671,12 @@
|
||||||
[VideoTrack interface: attribute selected]
|
[VideoTrack interface: attribute selected]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[TextTrackList interface: existence and properties of interface object]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackList interface object length]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackList interface object name]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackList interface: existence and properties of interface prototype object]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackList interface: existence and properties of interface prototype object's "constructor" property]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackList interface: existence and properties of interface prototype object's @@unscopables property]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackList interface: attribute length]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackList interface: operation getTrackById(DOMString)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackList interface: attribute onchange]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackList interface: attribute onaddtrack]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackList interface: attribute onremovetrack]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackList must be primary interface of document.createElement("video").textTracks]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Stringification of document.createElement("video").textTracks]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackList interface: document.createElement("video").textTracks must inherit property "length" with the proper type]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackList interface: document.createElement("video").textTracks must inherit property "getTrackById(DOMString)" with the proper type]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackList interface: calling getTrackById(DOMString) on document.createElement("video").textTracks with too few arguments must throw TypeError]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackList interface: document.createElement("video").textTracks must inherit property "onchange" with the proper type]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackList interface: document.createElement("video").textTracks must inherit property "onaddtrack" with the proper type]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackList interface: document.createElement("video").textTracks must inherit property "onremovetrack" with the proper type]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrack interface: existence and properties of interface object]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrack interface object length]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrack interface object name]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrack interface: existence and properties of interface prototype object]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrack interface: existence and properties of interface prototype object's "constructor" property]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrack interface: existence and properties of interface prototype object's @@unscopables property]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrack interface: attribute kind]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrack interface: attribute label]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrack interface: attribute language]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrack interface: attribute id]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrack interface: attribute inBandMetadataTrackDispatchType]
|
[TextTrack interface: attribute inBandMetadataTrackDispatchType]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[TextTrack interface: attribute mode]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrack interface: attribute cues]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrack interface: attribute activeCues]
|
[TextTrack interface: attribute activeCues]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[TextTrack interface: operation addCue(TextTrackCue)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrack interface: operation removeCue(TextTrackCue)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrack interface: attribute oncuechange]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrack must be primary interface of document.createElement("track").track]
|
[TextTrack must be primary interface of document.createElement("track").track]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -9857,84 +9722,6 @@
|
||||||
[TextTrack interface: document.createElement("track").track must inherit property "oncuechange" with the proper type]
|
[TextTrack interface: document.createElement("track").track must inherit property "oncuechange" with the proper type]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[TextTrackCueList interface: existence and properties of interface object]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCueList interface object length]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCueList interface object name]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCueList interface: existence and properties of interface prototype object]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCueList interface: existence and properties of interface prototype object's "constructor" property]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCueList interface: existence and properties of interface prototype object's @@unscopables property]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCueList interface: attribute length]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCueList interface: operation getCueById(DOMString)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCueList must be primary interface of document.createElement("video").addTextTrack("subtitles").cues]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Stringification of document.createElement("video").addTextTrack("subtitles").cues]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCueList interface: document.createElement("video").addTextTrack("subtitles").cues must inherit property "length" with the proper type]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCueList interface: document.createElement("video").addTextTrack("subtitles").cues must inherit property "getCueById(DOMString)" with the proper type]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCueList interface: calling getCueById(DOMString) on document.createElement("video").addTextTrack("subtitles").cues with too few arguments must throw TypeError]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCue interface: existence and properties of interface object]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCue interface object length]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCue interface object name]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCue interface: existence and properties of interface prototype object]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCue interface: existence and properties of interface prototype object's "constructor" property]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCue interface: existence and properties of interface prototype object's @@unscopables property]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCue interface: attribute track]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCue interface: attribute id]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCue interface: attribute startTime]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCue interface: attribute endTime]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCue interface: attribute pauseOnExit]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCue interface: attribute onenter]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrackCue interface: attribute onexit]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TimeRanges must be primary interface of document.createElement("video").buffered]
|
[TimeRanges must be primary interface of document.createElement("video").buffered]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -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
|
expected: FAIL
|
||||||
|
|
||||||
[TextTrack.activeCues, video playing]
|
[TextTrack.activeCues, video playing]
|
||||||
expected: TIMEOUT
|
expected: FAIL
|
||||||
|
|
||||||
[TextTrack.activeCues, adding cue during playback]
|
[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]
|
[cues.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
[TextTrack.cues, empty list]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrack.cues, after addCue()]
|
[TextTrack.cues, after addCue()]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
[kind.html]
|
[kind.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
[TextTrack.kind, addTextTrack]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[TextTrack.kind, track element]
|
[TextTrack.kind, track element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[label.html]
|
[label.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: ERROR
|
|
||||||
[TextTrack.label]
|
[TextTrack.label]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[language.html]
|
[language.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: ERROR
|
|
||||||
[TextTrack.language]
|
[TextTrack.language]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
[oncuechange.html]
|
[oncuechange.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: ERROR
|
|
||||||
[TextTrack.oncuechange]
|
[TextTrack.oncuechange]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[TextTrack.addEventListener/removeEventListener]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,3 @@
|
||||||
[TextTrackCue and VTTCue are separate interfaces]
|
[TextTrackCue and VTTCue are separate interfaces]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[TextTrackCue constructor should not be supported]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[endTime.html]
|
[endTime.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: ERROR
|
|
||||||
[TextTrackCue.endTime, script-created cue]
|
[TextTrackCue.endTime, script-created cue]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[id.html]
|
[id.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: ERROR
|
|
||||||
[TextTrackCue.id, script-created cue]
|
[TextTrackCue.id, script-created cue]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[pauseOnExit.html]
|
[pauseOnExit.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: ERROR
|
|
||||||
[TextTrackCue.pauseOnExit, script-created cue]
|
[TextTrackCue.pauseOnExit, script-created cue]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[startTime.html]
|
[startTime.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: ERROR
|
|
||||||
[TextTrackCue.startTime, script-created cue]
|
[TextTrackCue.startTime, script-created cue]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[track.html]
|
[track.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: ERROR
|
|
||||||
[TextTrackCue.track, script-created cue]
|
[TextTrackCue.track, script-created cue]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[getter.html]
|
[getter.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: ERROR
|
|
||||||
[TextTrackCueList getter]
|
[TextTrackCueList getter]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[length.html]
|
[length.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: ERROR
|
|
||||||
[TextTrackCueList.length]
|
[TextTrackCueList.length]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[getTrackById.html]
|
|
||||||
type: testharness
|
|
||||||
[TextTrackList.getTrackById]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -1,12 +1,5 @@
|
||||||
[getter.html]
|
[getter.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: ERROR
|
|
||||||
[TextTrackList getter]
|
[TextTrackList getter]
|
||||||
expected: FAIL
|
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]
|
[length.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: ERROR
|
|
||||||
[TextTrackList.length]
|
[TextTrackList.length]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,3 @@
|
||||||
[TextTrackList.onaddtrack]
|
[TextTrackList.onaddtrack]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[TextTrackList.addEventListener/removeEventListener]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,3 @@
|
||||||
[TextTrackList.onremovetrack]
|
[TextTrackList.onremovetrack]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[TextTrackList.addEventListener/removeEventListener]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
|
@ -27080,7 +27080,7 @@
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"mozilla/interfaces.html": [
|
"mozilla/interfaces.html": [
|
||||||
"ad17e930ddb5bc2daecb86216efe8885ae399173",
|
"8153d67c8cb4e554b05ac884e9898f50508349be",
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"mozilla/interfaces.js": [
|
"mozilla/interfaces.js": [
|
||||||
|
|
|
@ -202,6 +202,10 @@ test_interfaces([
|
||||||
"StyleSheet",
|
"StyleSheet",
|
||||||
"StyleSheetList",
|
"StyleSheetList",
|
||||||
"Text",
|
"Text",
|
||||||
|
"TextTrack",
|
||||||
|
"TextTrackCue",
|
||||||
|
"TextTrackCueList",
|
||||||
|
"TextTrackList",
|
||||||
"TextDecoder",
|
"TextDecoder",
|
||||||
"TextEncoder",
|
"TextEncoder",
|
||||||
"TimeRanges",
|
"TimeRanges",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue