Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update test expectations #23480

Merged
merged 1 commit into from May 30, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Update test expectations

  • Loading branch information
atouchet committed May 30, 2019
commit b6ae57614a4cc38d4fc08d47b5b3e948daaf085f
@@ -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

This file was deleted.

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.