Skip to content

Commit

Permalink
Update test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
atouchet committed May 30, 2019
1 parent 0a9a222 commit b6ae576
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 241 deletions.
237 changes: 0 additions & 237 deletions tests/wpt/metadata/html/dom/interfaces.https.html.ini
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

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

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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

This file was deleted.

0 comments on commit b6ae576

Please sign in to comment.