Update interfaces.https.html test expectations

Signed-off-by: german gomez <germangb42@gmail.com>
This commit is contained in:
german gomez 2019-01-11 18:19:15 +01:00
parent 5605f235c6
commit 352fed71d7
No known key found for this signature in database
GPG key ID: 1B4B35B9E05D3D4C

View file

@ -6780,9 +6780,6 @@
[HTMLMediaElement interface: document.createElement("video") must inherit property "seekable" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "ended" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "loop" with the proper type]
expected: FAIL
@ -6816,9 +6813,6 @@
[HTMLMediaElement interface: document.createElement("audio") must inherit property "seekable" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "ended" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "loop" with the proper type]
expected: FAIL
@ -6852,9 +6846,6 @@
[HTMLMediaElement interface: new Audio() must inherit property "seekable" with the proper type]
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "ended" with the proper type]
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "loop" with the proper type]
expected: FAIL
@ -6885,9 +6876,6 @@
[HTMLMediaElement interface: attribute seekable]
expected: FAIL
[HTMLMediaElement interface: attribute ended]
expected: FAIL
[HTMLMediaElement interface: attribute loop]
expected: FAIL