Implement step 6 of media element 'time marches on' algoritm

This commit is contained in:
Fernando Jiménez Moreno 2018-12-13 16:35:26 +01:00
parent 9223d6248d
commit 6c2c3f75b9
5 changed files with 19 additions and 8 deletions

View file

@ -1,7 +1,9 @@
[autoplay-with-broken-track.html]
expected: TIMEOUT
[<video autoplay> with <track> child]
expected: TIMEOUT
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

View file

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

View file

@ -5,6 +5,4 @@
[calling play() on a sufficiently long audio should trigger timeupdate event]
expected: NOTRUN
[calling play() on a sufficiently long video should trigger timeupdate event]
expected: FAIL