mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
Implement step 6 of media element 'time marches on' algoritm
This commit is contained in:
parent
9223d6248d
commit
6c2c3f75b9
5 changed files with 19 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue