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

Implement step 6 of media `time marches on` algorithm. Improves stability of media WPTs #22477

Merged
merged 3 commits into from Jan 10, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Regenerate media-element WPT expectations

  • Loading branch information
ferjm committed Jan 9, 2019
commit 4d9fb872fbcbfe19b689bd045bf49c8d0b5ff63e
@@ -1,6 +1,5 @@
[audio_loop_base.html]
type: testharness
disabled: extreme timeout
expected: TIMEOUT
[Check if audio.loop is set to true that expecting the seeking event is fired more than once]
expected: FAIL
expected: NOTRUN

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

@@ -1,27 +1,20 @@
[event_volumechange.html]
type: testharness
expected: TIMEOUT
[setting audio.volume fires volumechange]
expected: PASS

[setting audio.muted fires volumechange]
expected: FAIL

[setting audio.volume/muted to the same value does not fire volumechange]
[setting video.volume/muted repeatedly fires volumechange repeatedly]
expected: TIMEOUT

[setting audio.volume/muted repeatedly fires volumechange repeatedly]
[setting audio.volume/muted to the same value does not fire volumechange]
expected: TIMEOUT

[setting video.volume fires volumechange]
expected: PASS

[setting video.muted fires volumechange]
expected: FAIL

[setting video.volume/muted to the same value does not fire volumechange]
[setting audio.volume/muted repeatedly fires volumechange repeatedly]
expected: TIMEOUT

[setting video.volume/muted repeatedly fires volumechange repeatedly]
[setting video.volume/muted to the same value does not fire volumechange]
expected: TIMEOUT

@@ -1,31 +1,31 @@
[crossOrigin.html]
[HTMLMediaElement.crossOrigin]
[HTMLMediaElement.crossOrigin, setting to invalid value]
expected: FAIL

[HTMLMediaElement.crossOrigin, content attribute missing]
[HTMLMediaElement.crossOrigin, content attribute use-credentials]
expected: FAIL

[HTMLMediaElement.crossOrigin, content attribute invalid value]
expected: FAIL

[HTMLMediaElement.crossOrigin, content attribute empty string]
[HTMLMediaElement.crossOrigin, setting to uppercase ANONYMOUS]
expected: FAIL

[HTMLMediaElement.crossOrigin, content attribute uppercase ANONYMOUS]
expected: FAIL

[HTMLMediaElement.crossOrigin, content attribute use-credentials]
expected: FAIL

[HTMLMediaElement.crossOrigin, setting to empty string]
expected: FAIL

[HTMLMediaElement.crossOrigin, setting to invalid value]
[HTMLMediaElement.crossOrigin, content attribute empty string]
expected: FAIL

[HTMLMediaElement.crossOrigin, setting to uppercase ANONYMOUS]
[HTMLMediaElement.crossOrigin, content attribute missing]
expected: FAIL

[HTMLMediaElement.crossOrigin, setting to use-credentials]
expected: FAIL

[HTMLMediaElement.crossOrigin]
expected: FAIL

@@ -1,18 +1,17 @@
[addCue.html]
type: testharness
expected: TIMEOUT
[TextTrack.addCue(), adding a cue to two different tracks]
expected: FAIL

[TextTrack.addCue(), adding a cue to a track twice]
expected: FAIL
[TextTrack.addCue(), adding a cue associated with a track element to other track]
expected: TIMEOUT

[TextTrack.addCue(), adding a removed cue to a different track]
expected: FAIL

[TextTrack.addCue(), adding an associated but removed cue to the same track]
expected: FAIL

[TextTrack.addCue(), adding a cue associated with a track element to other track]
expected: TIMEOUT
[TextTrack.addCue(), adding a cue to a track twice]
expected: FAIL

@@ -1,14 +1,13 @@
[cues.html]
type: testharness
[TextTrack.cues, after addCue()]
expected: FAIL

[TextTrack.cues, different modes]
expected: FAIL

[TextTrack.cues, changing order]
[TextTrack.cues, default attribute]
expected: FAIL

[TextTrack.cues, default attribute]
[TextTrack.cues, changing order]
expected: FAIL

@@ -1,8 +1,7 @@
[kind.html]
type: testharness
[TextTrack.kind, track element]
[TextTrack.kind, \\u0000]
expected: FAIL

[TextTrack.kind, \\u0000]
[TextTrack.kind, track element]
expected: FAIL

@@ -1,8 +1,7 @@
[label.html]
type: testharness
[TextTrack.label]
[TextTrack.label, \\u0000]
expected: FAIL

[TextTrack.label, \\u0000]
[TextTrack.label]
expected: FAIL

@@ -1,8 +1,7 @@
[language.html]
type: testharness
[TextTrack.language]
[TextTrack.language, \\u0000]
expected: FAIL

[TextTrack.language, \\u0000]
[TextTrack.language]
expected: FAIL

@@ -1,5 +1,4 @@
[oncuechange.html]
type: testharness
[TextTrack.oncuechange]
expected: FAIL

@@ -1,9 +1,8 @@
[removeCue.html]
type: testharness
expected: TIMEOUT
[TextTrack.removeCue(), two elementless tracks]
expected: FAIL

[TextTrack.removeCue(), cue from track element]
expected: TIMEOUT

[TextTrack.removeCue(), two elementless tracks]
expected: FAIL

@@ -1,5 +1,4 @@
[endTime.html]
type: testharness
expected: TIMEOUT
[TextTrackCue.endTime, script-created cue]
expected: FAIL
@@ -1,5 +1,4 @@
[id.html]
type: testharness
expected: TIMEOUT
[TextTrackCue.id, script-created cue]
expected: FAIL
@@ -1,9 +1,8 @@
[onenter.html]
type: testharness
expected: ERROR
[TextTrackCue.onenter]
[TextTrackCue.addEventListener/removeEventListener]
expected: FAIL

[TextTrackCue.addEventListener/removeEventListener]
[TextTrackCue.onenter]
expected: FAIL

@@ -1,9 +1,8 @@
[onexit.html]
type: testharness
expected: ERROR
[TextTrackCue.onexit]
[TextTrackCue.addEventListener/removeEventListener]
expected: FAIL

[TextTrackCue.addEventListener/removeEventListener]
[TextTrackCue.onexit]
expected: FAIL

@@ -1,9 +1,8 @@
[pauseOnExit.html]
type: testharness
expected: TIMEOUT
[TextTrackCue.pauseOnExit, script-created cue]
expected: FAIL

[TextTrackCue.pauseOnExit, parsed cue]
expected: TIMEOUT

[TextTrackCue.pauseOnExit, script-created cue]
expected: FAIL

@@ -1,9 +1,8 @@
[startTime.html]
type: testharness
expected: TIMEOUT
[TextTrackCue.startTime, script-created cue]
expected: FAIL

[TextTrackCue.startTime, parsed cue]
expected: TIMEOUT

[TextTrackCue.startTime, script-created cue]
expected: FAIL

@@ -1,5 +1,4 @@
[track.html]
type: testharness
expected: TIMEOUT
[TextTrackCue.track, script-created cue]
expected: FAIL
@@ -1,14 +1,13 @@
[getCueById.html]
type: testharness
[TextTrackCueList.getCueById, no id]
[TextTrackCueList.getCueById, id a\\u0000b]
expected: FAIL

[TextTrackCueList.getCueById, id foo]
expected: FAIL

[TextTrackCueList.getCueById, no 1]
[TextTrackCueList.getCueById, no id]
expected: FAIL

[TextTrackCueList.getCueById, id a\\u0000b]
[TextTrackCueList.getCueById, no 1]
expected: FAIL

@@ -1,11 +1,10 @@
[getter.html]
type: testharness
[TextTrackCueList getter]
[TextTrackCueList getter, no indexed set/create (strict)]
expected: FAIL

[TextTrackCueList getter, no indexed set/create]
[TextTrackCueList getter]
expected: FAIL

[TextTrackCueList getter, no indexed set/create (strict)]
[TextTrackCueList getter, no indexed set/create]
expected: FAIL

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

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

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

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

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

@@ -1,8 +1,7 @@
[constructor.html]
type: testharness
[TrackEvent constructor, one arg]
[TrackEvent constructor, two args]
expected: FAIL

[TrackEvent constructor, two args]
[TrackEvent constructor, one arg]
expected: FAIL

@@ -1,5 +1,4 @@
[createEvent.html]
type: testharness
[TrackEvent created with createEvent]
expected: FAIL

@@ -1,5 +1,4 @@
[load-removes-queued-error-event.html]
type: testharness
[source error event]
expected: FAIL

@@ -1,5 +1,4 @@
[resource-selection-candidate-insert-before.html]
type: testharness
[inserting another source before the candidate]
expected: FAIL

@@ -1,5 +1,4 @@
[resource-selection-candidate-moved.html]
type: testharness
[moving the candidate source]
expected: FAIL

@@ -1,5 +1,4 @@
[resource-selection-candidate-remove-addEventListener.html]
type: testharness
expected: TIMEOUT
[removing the candidate source, addEventListener]
expected: TIMEOUT
@@ -1,5 +1,4 @@
[resource-selection-candidate-remove-onerror.html]
type: testharness
expected: TIMEOUT
[removing the candidate source, onerror]
expected: TIMEOUT
@@ -1,5 +1,4 @@
[resource-selection-invoke-insert-source-networkState.html]
type: testharness
[NOT invoking resource selection by inserting <source> when networkState is not NETWORK_EMPTY]
expected: FAIL

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