mirror of
https://github.com/servo/servo.git
synced 2025-08-24 14:48:21 +01:00
Update video loop and interface https tests
This commit is contained in:
parent
3bf3a7861a
commit
4383f4de48
2 changed files with 9 additions and 10 deletions
|
@ -1053,7 +1053,7 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLMediaElement interface: document.createElement("video") must inherit property "loop" with the proper type]
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "loop" with the proper type]
|
||||||
expected: FAIL
|
expected: PASS
|
||||||
|
|
||||||
[HTMLMediaElement interface: document.createElement("video") must inherit property "controls" with the proper type]
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "controls" with the proper type]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
@ -1122,7 +1122,7 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLMediaElement interface: document.createElement("audio") must inherit property "loop" with the proper type]
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "loop" with the proper type]
|
||||||
expected: FAIL
|
expected: PASS
|
||||||
|
|
||||||
[HTMLMediaElement interface: document.createElement("audio") must inherit property "controls" with the proper type]
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "controls" with the proper type]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
@ -1257,7 +1257,7 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLMediaElement interface: new Audio() must inherit property "loop" with the proper type]
|
[HTMLMediaElement interface: new Audio() must inherit property "loop" with the proper type]
|
||||||
expected: FAIL
|
expected: PASS
|
||||||
|
|
||||||
[HTMLMediaElement interface: new Audio() must inherit property "play()" with the proper type]
|
[HTMLMediaElement interface: new Audio() must inherit property "play()" with the proper type]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
@ -1404,7 +1404,7 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLMediaElement interface: attribute loop]
|
[HTMLMediaElement interface: attribute loop]
|
||||||
expected: FAIL
|
expected: PASS
|
||||||
|
|
||||||
[HTMLMediaElement interface: operation play()]
|
[HTMLMediaElement interface: operation play()]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
@ -6778,7 +6778,7 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLMediaElement interface: document.createElement("video") must inherit property "loop" with the proper type]
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "loop" with the proper type]
|
||||||
expected: FAIL
|
expected: PASS
|
||||||
|
|
||||||
[HTMLMediaElement interface: document.createElement("video") must inherit property "controls" with the proper type]
|
[HTMLMediaElement interface: document.createElement("video") must inherit property "controls" with the proper type]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
@ -6796,7 +6796,7 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLMediaElement interface: document.createElement("audio") must inherit property "loop" with the proper type]
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "loop" with the proper type]
|
||||||
expected: FAIL
|
expected: PASS
|
||||||
|
|
||||||
[HTMLMediaElement interface: document.createElement("audio") must inherit property "controls" with the proper type]
|
[HTMLMediaElement interface: document.createElement("audio") must inherit property "controls" with the proper type]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
@ -6814,7 +6814,7 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLMediaElement interface: new Audio() must inherit property "loop" with the proper type]
|
[HTMLMediaElement interface: new Audio() must inherit property "loop" with the proper type]
|
||||||
expected: FAIL
|
expected: PASS
|
||||||
|
|
||||||
[HTMLMediaElement interface: new Audio() must inherit property "controls" with the proper type]
|
[HTMLMediaElement interface: new Audio() must inherit property "controls" with the proper type]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
@ -6829,7 +6829,7 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLMediaElement interface: attribute loop]
|
[HTMLMediaElement interface: attribute loop]
|
||||||
expected: FAIL
|
expected: PASS
|
||||||
|
|
||||||
[HTMLMediaElement interface: operation play()]
|
[HTMLMediaElement interface: operation play()]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
[video_loop_base.html]
|
[video_loop_base.html]
|
||||||
expected: TIMEOUT
|
|
||||||
[Check if video.loop is set to true that expecting the seeking event is fired more than once]
|
[Check if video.loop is set to true that expecting the seeking event is fired more than once]
|
||||||
expected: NOTRUN
|
expected: PASS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue