Update test expectations

This commit is contained in:
atouchet 2019-05-29 22:57:59 -07:00
parent 0a9a222356
commit b6ae57614a
2 changed files with 0 additions and 241 deletions

View file

@ -1037,39 +1037,21 @@
[HTMLMediaElement interface: document.createElement("video") must inherit property "getStartDate()" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "defaultPlaybackRate" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("video") must inherit property "playbackRate" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("video") must inherit property "played" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "seekable" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "loop" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("video") must inherit property "controls" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "volume" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("video") must inherit property "muted" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "defaultMuted" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "audioTracks" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("video") must inherit property "videoTracks" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("video") must inherit property "textTracks" with the proper type]
expected: FAIL
@ -1103,39 +1085,21 @@
[HTMLMediaElement interface: document.createElement("audio") must inherit property "getStartDate()" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "defaultPlaybackRate" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("audio") must inherit property "playbackRate" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("audio") must inherit property "played" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "seekable" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "loop" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("audio") must inherit property "controls" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "volume" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("audio") must inherit property "muted" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "defaultMuted" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "audioTracks" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("audio") must inherit property "videoTracks" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("audio") must inherit property "textTracks" with the proper type]
expected: FAIL
@ -1232,12 +1196,6 @@
[HTMLMediaElement interface: new Audio() must inherit property "paused" with the proper type]
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "defaultPlaybackRate" with the proper type]
expected: PASS
[HTMLMediaElement interface: new Audio() must inherit property "playbackRate" with the proper type]
expected: PASS
[HTMLMediaElement interface: new Audio() must inherit property "played" with the proper type]
expected: FAIL
@ -1247,9 +1205,6 @@
[HTMLMediaElement interface: new Audio() must inherit property "autoplay" with the proper type]
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "loop" with the proper type]
expected: PASS
[HTMLMediaElement interface: new Audio() must inherit property "play()" with the proper type]
expected: FAIL
@ -1259,21 +1214,12 @@
[HTMLMediaElement interface: new Audio() must inherit property "controls" with the proper type]
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "volume" with the proper type]
expected: PASS
[HTMLMediaElement interface: new Audio() must inherit property "muted" with the proper type]
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "defaultMuted" with the proper type]
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "audioTracks" with the proper type]
expected: PASS
[HTMLMediaElement interface: new Audio() must inherit property "videoTracks" with the proper type]
expected: PASS
[HTMLMediaElement interface: new Audio() must inherit property "textTracks" with the proper type]
expected: FAIL
@ -1382,183 +1328,30 @@
[HTMLMediaElement interface: operation getStartDate()]
expected: FAIL
[HTMLMediaElement interface: attribute defaultPlaybackRate]
expected: PASS
[HTMLMediaElement interface: attribute playbackRate]
expected: PASS
[HTMLMediaElement interface: attribute played]
expected: FAIL
[HTMLMediaElement interface: attribute seekable]
expected: FAIL
[HTMLMediaElement interface: attribute loop]
expected: PASS
[HTMLMediaElement interface: operation play()]
expected: FAIL
[HTMLMediaElement interface: attribute controls]
expected: FAIL
[HTMLMediaElement interface: attribute volume]
expected: PASS
[HTMLMediaElement interface: attribute muted]
expected: FAIL
[HTMLMediaElement interface: attribute defaultMuted]
expected: FAIL
[HTMLMediaElement interface: attribute audioTracks]
expected: PASS
[HTMLMediaElement interface: attribute videoTracks]
expected: PASS
[HTMLMediaElement interface: attribute textTracks]
expected: FAIL
[HTMLMediaElement interface: operation addTextTrack(TextTrackKind, DOMString, DOMString)]
expected: FAIL
[AudioTrackList interface: existence and properties of interface object]
expected: PASS
[AudioTrackList interface object length]
expected: PASS
[AudioTrackList interface object name]
expected: PASS
[AudioTrackList interface: existence and properties of interface prototype object]
expected: PASS
[AudioTrackList interface: existence and properties of interface prototype object's "constructor" property]
expected: PASS
[AudioTrackList interface: existence and properties of interface prototype object's @@unscopables property]
expected: PASS
[AudioTrackList interface: attribute length]
expected: PASS
[AudioTrackList interface: operation getTrackById(DOMString)]
expected: PASS
[AudioTrackList interface: attribute onchange]
expected: PASS
[AudioTrackList interface: attribute onaddtrack]
expected: PASS
[AudioTrackList interface: attribute onremovetrack]
expected: PASS
[AudioTrack interface: existence and properties of interface object]
expected: PASS
[AudioTrack interface object length]
expected: PASS
[AudioTrack interface object name]
expected: PASS
[AudioTrack interface: existence and properties of interface prototype object]
expected: PASS
[AudioTrack interface: existence and properties of interface prototype object's "constructor" property]
expected: PASS
[AudioTrack interface: existence and properties of interface prototype object's @@unscopables property]
expected: PASS
[AudioTrack interface: attribute id]
expected: PASS
[AudioTrack interface: attribute kind]
expected: PASS
[AudioTrack interface: attribute label]
expected: PASS
[AudioTrack interface: attribute language]
expected: PASS
[AudioTrack interface: attribute enabled]
expected: PASS
[VideoTrackList interface: existence and properties of interface object]
expected: PASS
[VideoTrackList interface object length]
expected: PASS
[VideoTrackList interface object name]
expected: PASS
[VideoTrackList interface: existence and properties of interface prototype object]
expected: PASS
[VideoTrackList interface: existence and properties of interface prototype object's "constructor" property]
expected: PASS
[VideoTrackList interface: existence and properties of interface prototype object's @@unscopables property]
expected: PASS
[VideoTrackList interface: attribute length]
expected: PASS
[VideoTrackList interface: operation getTrackById(DOMString)]
expected: PASS
[VideoTrackList interface: attribute selectedIndex]
expected: PASS
[VideoTrackList interface: attribute onchange]
expected: PASS
[VideoTrackList interface: attribute onaddtrack]
expected: PASS
[VideoTrackList interface: attribute onremovetrack]
expected: PASS
[VideoTrack interface: existence and properties of interface object]
expected: PASS
[VideoTrack interface object length]
expected: PASS
[VideoTrack interface object name]
expected: PASS
[VideoTrack interface: existence and properties of interface prototype object]
expected: PASS
[VideoTrack interface: existence and properties of interface prototype object's "constructor" property]
expected: PASS
[VideoTrack interface: existence and properties of interface prototype object's @@unscopables property]
expected: PASS
[VideoTrack interface: attribute id]
expected: PASS
[VideoTrack interface: attribute kind]
expected: PASS
[VideoTrack interface: attribute label]
expected: PASS
[VideoTrack interface: attribute language]
expected: PASS
[VideoTrack interface: attribute selected]
expected: PASS
[TextTrackList interface: existence and properties of interface object]
expected: FAIL
@ -1838,36 +1631,6 @@
[TimeRanges interface: calling end(unsigned long) on document.createElement("video").buffered with too few arguments must throw TypeError]
expected: FAIL
[TrackEvent interface: existence and properties of interface object]
expected: PASS
[TrackEvent interface object length]
expected: PASS
[TrackEvent interface object name]
expected: PASS
[TrackEvent interface: existence and properties of interface prototype object]
expected: PASS
[TrackEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: PASS
[TrackEvent interface: existence and properties of interface prototype object's @@unscopables property]
expected: PASS
[TrackEvent interface: attribute track]
expected: PASS
[TrackEvent must be primary interface of new TrackEvent("addtrack", {track:document.createElement("track").track})]
expected: PASS
[Stringification of new TrackEvent("addtrack", {track:document.createElement("track").track})]
expected: PASS
[TrackEvent interface: new TrackEvent("addtrack", {track:document.createElement("track").track}) must inherit property "track" with the proper type]
expected: PASS
[HTMLMapElement interface: attribute name]
expected: FAIL

View file

@ -1,4 +0,0 @@
[video_loop_base.html]
[Check if video.loop is set to true that expecting the seeking event is fired more than once]
expected: PASS