Regenerate media-element WPT expectations

This commit is contained in:
Fernando Jiménez Moreno 2019-01-09 10:03:17 +01:00
parent f7eeb26f0a
commit 4d9fb872fb
187 changed files with 890 additions and 345 deletions

View file

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

View file

@ -1,8 +0,0 @@
[audio_volume_check.html]
type: testharness
[Check if media.volume is set to new value less than 0.0 that expecting an IndexSizeError exception is to be thrown]
expected: PASS
[Check if audio.volume is set to new value greater than 1.0 that expecting an IndexSizeError exception is to be thrown]
expected: PASS

View file

@ -1,15 +0,0 @@
[autoplay-with-broken-track.html]
expected: TIMEOUT
[<video autoplay> with <track> child]
expected:
if debug and (os == "mac") and (version == "OS X 10.14.1") and (processor == "x86_64") and (bits == 64): PASS
TIMEOUT
[<video autoplay> with <track src=\"invalid://url\" default=\"\"> child]
expected: TIMEOUT
[<video autoplay> with <track src=\"404\" default=\"\"> child]
expected: TIMEOUT
[<video autoplay> with <track src=\"\" default=\"\"> child]
expected: TIMEOUT

View file

@ -1,7 +0,0 @@
[event_timeupdate.html]
type: testharness
disabled: Until https://github.com/servo/servo/pull/22477 is merged
expected: TIMEOUT
[setting src attribute on a sufficiently long autoplay video should trigger timeupdate event]
expected: NOTRUN

View file

@ -1,8 +0,0 @@
[event_timeupdate_noautoplay.html]
type: testharness
disabled: Until https://github.com/servo/servo/pull/22477 is merged
expected: TIMEOUT
[calling play() on a sufficiently long audio should trigger timeupdate event]
expected: NOTRUN

View file

@ -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]
expected: TIMEOUT
[setting audio.volume/muted repeatedly fires volumechange repeatedly]
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]
expected: TIMEOUT
[setting video.volume/muted repeatedly fires volumechange repeatedly]
expected: TIMEOUT
[setting audio.volume/muted to the same value does not fire volumechange]
expected: TIMEOUT
[setting video.muted fires volumechange]
expected: FAIL
[setting audio.volume/muted repeatedly fires volumechange repeatedly]
expected: TIMEOUT
[setting video.volume/muted to the same value does not fire volumechange]
expected: TIMEOUT

View file

@ -1,31 +1,31 @@
[crossOrigin.html]
[HTMLMediaElement.crossOrigin]
expected: FAIL
[HTMLMediaElement.crossOrigin, content attribute missing]
expected: FAIL
[HTMLMediaElement.crossOrigin, content attribute invalid value]
expected: FAIL
[HTMLMediaElement.crossOrigin, content attribute empty string]
expected: FAIL
[HTMLMediaElement.crossOrigin, content attribute uppercase ANONYMOUS]
[HTMLMediaElement.crossOrigin, setting to invalid value]
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 invalid value]
expected: FAIL
[HTMLMediaElement.crossOrigin, setting to uppercase ANONYMOUS]
expected: FAIL
[HTMLMediaElement.crossOrigin, content attribute uppercase ANONYMOUS]
expected: FAIL
[HTMLMediaElement.crossOrigin, setting to empty string]
expected: FAIL
[HTMLMediaElement.crossOrigin, content attribute empty string]
expected: FAIL
[HTMLMediaElement.crossOrigin, content attribute missing]
expected: FAIL
[HTMLMediaElement.crossOrigin, setting to use-credentials]
expected: FAIL
[HTMLMediaElement.crossOrigin]
expected: FAIL

View file

@ -1,11 +1,10 @@
[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
@ -13,6 +12,6 @@
[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

View file

@ -1,14 +1,13 @@
[cues.html]
type: testharness
[TextTrack.cues, after addCue()]
expected: FAIL
[TextTrack.cues, different modes]
expected: FAIL
[TextTrack.cues, changing order]
expected: FAIL
[TextTrack.cues, default attribute]
expected: FAIL
[TextTrack.cues, changing order]
expected: FAIL

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,4 @@
[endTime.html]
type: testharness
expected: TIMEOUT
[TextTrackCue.endTime, script-created cue]
expected: FAIL

View file

@ -1,5 +1,4 @@
[id.html]
type: testharness
expected: TIMEOUT
[TextTrackCue.id, script-created cue]
expected: FAIL

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,4 @@
[track.html]
type: testharness
expected: TIMEOUT
[TextTrackCue.track, script-created cue]
expected: FAIL

View file

@ -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 id]
expected: FAIL
[TextTrackCueList.getCueById, no 1]
expected: FAIL
[TextTrackCueList.getCueById, id a\\u0000b]
expected: FAIL

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,4 @@
[resource-selection-candidate-remove-addEventListener.html]
type: testharness
expected: TIMEOUT
[removing the candidate source, addEventListener]
expected: TIMEOUT

View file

@ -1,5 +1,4 @@
[resource-selection-candidate-remove-onerror.html]
type: testharness
expected: TIMEOUT
[removing the candidate source, onerror]
expected: TIMEOUT

View file

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

View file

@ -1,5 +1,4 @@
[resource-selection-pointer-control.html]
type: testharness
[pointer updates (control test)]
expected: FAIL

View file

@ -1,5 +1,4 @@
[resource-selection-pointer-insert-br.html]
type: testharness
[pointer updates (adding br elements)]
expected: FAIL

View file

@ -1,5 +1,4 @@
[resource-selection-pointer-insert-source.html]
type: testharness
[pointer updates (adding source elements)]
expected: FAIL

View file

@ -1,5 +1,4 @@
[resource-selection-pointer-insert-text.html]
type: testharness
[pointer updates (adding text nodes)]
expected: FAIL

View file

@ -1,5 +1,4 @@
[resource-selection-pointer-remove-source-after.html]
type: testharness
[pointer updates (removing source element after pointer)]
expected: FAIL

View file

@ -1,5 +1,4 @@
[resource-selection-pointer-remove-source.html]
type: testharness
[pointer updates (removing source elements)]
expected: FAIL

View file

@ -1,5 +1,4 @@
[resource-selection-pointer-remove-text.html]
type: testharness
[pointer updates (removing text nodes)]
expected: FAIL

View file

@ -1,5 +1,4 @@
[resource-selection-source-media.html]
type: testharness
[the <source> media attribute has no effect]
expected: FAIL

View file

@ -1,20 +1,19 @@
[currentSrc.html]
type: testharness
[audio.currentSrc after adding source element with src attribute "."]
expected: FAIL
[audio.currentSrc after adding source element with src attribute " "]
expected: FAIL
[audio.currentSrc after adding source element with src attribute "data:,"]
expected: FAIL
[video.currentSrc after adding source element with src attribute "."]
expected: FAIL
[video.currentSrc after adding source element with src attribute " "]
expected: FAIL
[video.currentSrc after adding source element with src attribute "data:,"]
expected: FAIL
[audio.currentSrc after adding source element with src attribute "."]
expected: FAIL
[audio.currentSrc after adding source element with src attribute "data:,"]
expected: FAIL
[video.currentSrc after adding source element with src attribute " "]
expected: FAIL

View file

@ -1,42 +1,17 @@
[canPlayType.html]
type: testharness
[audio/webm; codecs="opus" (optional)]
[video/mp4; codecs="mp4v.20.8" (optional)]
expected: FAIL
[audio/webm; codecs="vorbis" (optional)]
[video/webm with bogus codec]
expected: FAIL
[video/3gpp; codecs="samr" (optional)]
expected: FAIL
[video/3gpp; codecs="mp4v.20.8" (optional)]
expected: FAIL
[video/mp4; codecs="mp4v.20.8" (optional)]
expected: FAIL
[video/mp4; codecs="mp4v.20.240" (optional)]
expected: FAIL
[video/webm; codecs="opus" (optional)]
expected: FAIL
[video/webm; codecs="vorbis" (optional)]
expected: FAIL
[video/webm; codecs="vp8" (optional)]
expected: FAIL
[video/webm; codecs="vp8.0" (optional)]
expected: FAIL
[video/webm; codecs="vp9" (optional)]
expected: FAIL
[video/webm; codecs="vp9.0" (optional)]
expected: FAIL
[video/x-new-fictional-format]
[audio/webm (optional)]
expected: FAIL
[audio/mp4; codecs="mp4a.40.2" (optional)]
@ -45,84 +20,99 @@
[audio/mp4 with bogus codec]
expected: FAIL
[audio/ogg; codecs="opus" (optional)]
[audio/webm; codecs="vorbis" (optional)]
expected: FAIL
[audio/ogg; codecs="vorbis" (optional)]
expected: FAIL
[audio/ogg with bogus codec]
expected: FAIL
[audio/wav; codecs="1" (optional)]
expected: FAIL
[audio/wav with bogus codec]
expected: FAIL
[audio/webm with bogus codec]
expected: FAIL
[video/3gpp with bogus codec]
expected: FAIL
[video/mp4; codecs="mp4a.40.2" (optional)]
expected: FAIL
[video/mp4; codecs="avc1.42E01E" (optional)]
expected: FAIL
[video/mp4; codecs="avc1.4D401E" (optional)]
expected: FAIL
[video/mp4; codecs="avc1.58A01E" (optional)]
expected: FAIL
[video/mp4; codecs="avc1.64001E" (optional)]
expected: FAIL
[video/mp4 with bogus codec]
expected: FAIL
[video/ogg; codecs="opus" (optional)]
expected: FAIL
[video/ogg; codecs="vorbis" (optional)]
[video/webm; codecs="vp9" (optional)]
expected: FAIL
[video/ogg; codecs="theora" (optional)]
expected: FAIL
[video/ogg with bogus codec]
[video/mp4; codecs="avc1.64001E" (optional)]
expected: FAIL
[video/webm with bogus codec]
[video/ogg; codecs="opus" (optional)]
expected: FAIL
[fictional formats and codecs not supported]
expected: FAIL
[audio/webm (optional)]
[video/mp4 with bogus codec]
expected: FAIL
[video/mp4 (optional)]
expected: FAIL
[video/ogg; codecs="vorbis" (optional)]
expected: FAIL
[audio/ogg; codecs="opus" (optional)]
expected: FAIL
[video/webm; codecs="vp8.0" (optional)]
expected: FAIL
[video/webm (optional)]
expected: FAIL
[video/mp4; codecs="avc1.4D401E" (optional)]
expected: FAIL
[audio/wav; codecs="1" (optional)]
expected: FAIL
[video/3gpp with bogus codec]
expected: FAIL
[audio/wav (optional)]
expected: FAIL
[video/mp4; codecs="avc1.42E01E" (optional)]
expected: FAIL
[video/mp4; codecs="avc1.58A01E" (optional)]
expected: FAIL
[video/ogg (optional)]
expected: FAIL
[audio/mp4 (optional)]
expected: FAIL
[video/webm; codecs="opus" (optional)]
expected: FAIL
[video/3gpp (optional)]
expected: FAIL
[audio/ogg (optional)]
expected: FAIL
[video/mp4; codecs="mp4a.40.2" (optional)]
expected: FAIL
[audio/ogg; codecs="vorbis" (optional)]
expected: FAIL
[audio/webm; codecs="opus" (optional)]
expected: FAIL
[video/webm; codecs="vorbis" (optional)]
expected: FAIL
[audio/wav with bogus codec]
expected: FAIL
[video/3gpp; codecs="mp4v.20.8" (optional)]
expected: FAIL
[video/webm; codecs="vp9.0" (optional)]
expected: FAIL
[video/webm; codecs="vp8" (optional)]
expected: FAIL
[audio/webm with bogus codec]
expected: FAIL

View file

@ -1,6 +0,0 @@
[pause-remove-from-document.html]
type: testharness
expected: OK
[paused state when removing from a document]
expected: PASS

View file

@ -1,5 +1,4 @@
[play-in-detached-document.html]
type: testharness
expected: TIMEOUT
[play() in detached document]
expected: TIMEOUT

View file

@ -1,5 +1,4 @@
[autoplay-hidden.optional.html]
expected: TIMEOUT
[Allow delaying autoplay until video elements become visible]
expected: TIMEOUT
expected: FAIL

View file

@ -1,5 +1,4 @@
[autoplay-with-slow-text-tracks.html]
type: testharness
[autoplay with slow text tracks]
expected: FAIL

View file

@ -1,5 +1,4 @@
[seek-to-currentTime.html]
type: testharness
[seek to currentTime]
expected: FAIL

View file

@ -1,5 +1,4 @@
[seek-to-max-value.htm]
type: testharness
[seek to Number.MAX_VALUE]
expected: FAIL

View file

@ -1,5 +1,4 @@
[seek-to-negative-time.htm]
type: testharness
[seek to negative time]
expected: FAIL

View file

@ -0,0 +1,11 @@
[cloneNode.html]
expected: TIMEOUT
[track element cloneNode, loading]
expected: FAIL
[track element cloneNode, failed to load]
expected: TIMEOUT
[track element cloneNode, loaded]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[003.html]
expected: TIMEOUT
[track CORS: No CORS, same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[004.html]
expected: TIMEOUT
[track CORS: No CORS, same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[005.html]
expected: TIMEOUT
[track CORS: Anonymous, same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[006.html]
expected: TIMEOUT
[track CORS: Anonymous, same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[007.html]
expected: TIMEOUT
[track CORS: Use Credentials, same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[008.html]
expected: TIMEOUT
[track CORS: Use Credentials, same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[009.html]
expected: TIMEOUT
[track CORS: No CORS, not same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[010.html]
expected: TIMEOUT
[track CORS: Anonymous, not same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[011.html]
expected: TIMEOUT
[track CORS: Anonymous, not same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[012.html]
expected: TIMEOUT
[track CORS: Use Credentials, not same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[013.html]
expected: TIMEOUT
[track CORS: Use Credentials, not same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[014.html]
expected: TIMEOUT
[track CORS: No CORS, same-origin, no headers, redirects to same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[015.html]
expected: TIMEOUT
[track CORS: No CORS, same-origin, with headers, redirects to same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[016.html]
expected: TIMEOUT
[track CORS: Anonymous, same-origin, no headers, redirects to same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[017.html]
expected: TIMEOUT
[track CORS: Anonymous, same-origin, no headers, redirects to same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[018.html]
expected: TIMEOUT
[track CORS: Use Credentials, same-origin, no headers, redirects to same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[019.html]
expected: TIMEOUT
[track CORS: Use Credentials, same-origin, with headers, redirects to same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[020.html]
expected: TIMEOUT
[track CORS: Anonymous, not same-origin, no headers, redirects to same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[021.html]
expected: TIMEOUT
[track CORS: Anonymous, not same-origin, with headers, redirects to same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[022.html]
expected: TIMEOUT
[track CORS: Anonymous, not same-origin, with headers, redirects to same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[023.html]
expected: TIMEOUT
[track CORS: Use Credentials, not same-origin, no headers, redirects to same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[024.html]
expected: TIMEOUT
[track CORS: Use Credentials, not same-origin, with headers, redirects to same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[025.html]
expected: TIMEOUT
[track CORS: Use Credentials, not same-origin, with headers, redirects to same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[026.html]
expected: TIMEOUT
[track CORS: No CORS, same-origin, with headers, redirects to not same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[027.html]
expected: TIMEOUT
[track CORS: Anonymous, same-origin, no headers, redirects to not same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[028.html]
expected: TIMEOUT
[track CORS: Anonymous, same-origin, with headers, redirects to not same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[029.html]
expected: TIMEOUT
[track CORS: Use Credentials, same-origin, no headers, redirects to not same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[030.html]
expected: TIMEOUT
[track CORS: Use Credentials, same-origin, with headers, redirects to not same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[031.html]
expected: TIMEOUT
[track CORS: Anonymous, not same-origin, no headers, redirects to not same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[032.html]
expected: TIMEOUT
[track CORS: Anonymous, not same-origin, with headers, redirects to not same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[033.html]
expected: TIMEOUT
[track CORS: Anonymous, not same-origin, with headers, redirects to not same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[034.html]
expected: TIMEOUT
[track CORS: Use Credentials, not same-origin, no headers, redirects to not same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[035.html]
expected: TIMEOUT
[track CORS: Use Credentials, not same-origin, with headers, redirects to not same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[036.html]
expected: TIMEOUT
[track CORS: Use Credentials, not same-origin, with headers, redirects to not same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[037.html]
expected: TIMEOUT
[track CORS: Anonymous, same-origin, no headers, redirects to not same-origin, no headers, redirects to same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[038.html]
expected: TIMEOUT
[track CORS: Anonymous, same-origin, with headers, redirects to not same-origin, with headers, redirects to same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[039.html]
expected: TIMEOUT
[track CORS: Anonymous, same-origin, no headers, redirects to not same-origin, with headers, redirects to same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[040.html]
expected: TIMEOUT
[track CORS: Use Credentials, same-origin, no headers, redirects to not same-origin, no headers, redirects to same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[041.html]
expected: TIMEOUT
[track CORS: Use Credentials, same-origin, with headers, redirects to not same-origin, with headers, redirects to same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[042.html]
expected: TIMEOUT
[track CORS: Use Credentials, same-origin, no headers, redirects to not same-origin, with headers, redirects to same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[043.html]
expected: TIMEOUT
[track CORS: Anonymous, same-origin, no headers, redirects to same-origin, no headers, redirects to not same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[044.html]
expected: TIMEOUT
[track CORS: Anonymous, same-origin, no headers, redirects to same-origin, no headers, redirects to not same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[045.html]
expected: TIMEOUT
[track CORS: Use Credentials, same-origin, no headers, redirects to same-origin, no headers, redirects to not same-origin, no headers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[046.html]
expected: TIMEOUT
[track CORS: Use Credentials, same-origin, no headers, redirects to same-origin, no headers, redirects to not same-origin, with headers]
expected: TIMEOUT

View file

@ -0,0 +1,10 @@
[src-clear-cues.html]
[track element changing "track URL" and clearing cues, set mode, set src, add cue, change src]
expected: FAIL
[track element changing "track URL" and clearing cues, set mode, add cue, set src]
expected: FAIL
[track element changing "track URL" and clearing cues, set mode, add cue, change mode to disabled, set src]
expected: FAIL

Some files were not shown because too many files have changed in this diff Show more