From 4383f4de487a6efd49745a568ce27435862e868d Mon Sep 17 00:00:00 2001 From: Swarnim Arun Date: Sat, 27 Apr 2019 00:38:57 +0530 Subject: [PATCH] Update video loop and interface https tests --- .../metadata/html/dom/interfaces.https.html.ini | 16 ++++++++-------- .../media-elements/video_loop_base.html.ini | 3 +-- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/tests/wpt/metadata/html/dom/interfaces.https.html.ini b/tests/wpt/metadata/html/dom/interfaces.https.html.ini index 0b822e364fb..6d07d591f9b 100644 --- a/tests/wpt/metadata/html/dom/interfaces.https.html.ini +++ b/tests/wpt/metadata/html/dom/interfaces.https.html.ini @@ -1053,7 +1053,7 @@ expected: FAIL [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] expected: FAIL @@ -1122,7 +1122,7 @@ expected: FAIL [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] expected: FAIL @@ -1257,7 +1257,7 @@ expected: FAIL [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] expected: FAIL @@ -1404,7 +1404,7 @@ expected: FAIL [HTMLMediaElement interface: attribute loop] - expected: FAIL + expected: PASS [HTMLMediaElement interface: operation play()] expected: FAIL @@ -6778,7 +6778,7 @@ expected: FAIL [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] expected: FAIL @@ -6796,7 +6796,7 @@ expected: FAIL [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] expected: FAIL @@ -6814,7 +6814,7 @@ expected: FAIL [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] expected: FAIL @@ -6829,7 +6829,7 @@ expected: FAIL [HTMLMediaElement interface: attribute loop] - expected: FAIL + expected: PASS [HTMLMediaElement interface: operation play()] expected: FAIL diff --git a/tests/wpt/metadata/html/semantics/embedded-content/media-elements/video_loop_base.html.ini b/tests/wpt/metadata/html/semantics/embedded-content/media-elements/video_loop_base.html.ini index 9d801529171..22ae205ea3a 100644 --- a/tests/wpt/metadata/html/semantics/embedded-content/media-elements/video_loop_base.html.ini +++ b/tests/wpt/metadata/html/semantics/embedded-content/media-elements/video_loop_base.html.ini @@ -1,5 +1,4 @@ [video_loop_base.html] - expected: TIMEOUT [Check if video.loop is set to true that expecting the seeking event is fired more than once] - expected: NOTRUN + expected: PASS