From d7629b7d384128f79969689e99cfe7f922d495ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Jim=C3=A9nez=20Moreno?= Date: Fri, 26 Oct 2018 16:34:10 +0200 Subject: [PATCH] Update interfaces test expectations --- .../html/dom/interfaces.https.html.ini | 33 ------------------- 1 file changed, 33 deletions(-) diff --git a/tests/wpt/metadata/html/dom/interfaces.https.html.ini b/tests/wpt/metadata/html/dom/interfaces.https.html.ini index 2b1821443e2..4a2b8246a86 100644 --- a/tests/wpt/metadata/html/dom/interfaces.https.html.ini +++ b/tests/wpt/metadata/html/dom/interfaces.https.html.ini @@ -6783,18 +6783,6 @@ [HTMLMediaElement interface: document.createElement("video") must inherit property "buffered" with the proper type] expected: FAIL - [HTMLMediaElement interface: document.createElement("video") must inherit property "seeking" with the proper type] - expected: FAIL - - [HTMLMediaElement interface: document.createElement("video") must inherit property "currentTime" with the proper type] - expected: FAIL - - [HTMLMediaElement interface: document.createElement("video") must inherit property "fastSeek(double)" with the proper type] - expected: FAIL - - [HTMLMediaElement interface: calling fastSeek(double) on document.createElement("video") with too few arguments must throw TypeError] - expected: FAIL - [HTMLMediaElement interface: document.createElement("video") must inherit property "getStartDate()" with the proper type] expected: FAIL @@ -6852,18 +6840,6 @@ [HTMLMediaElement interface: document.createElement("audio") must inherit property "buffered" with the proper type] expected: FAIL - [HTMLMediaElement interface: document.createElement("audio") must inherit property "seeking" with the proper type] - expected: FAIL - - [HTMLMediaElement interface: document.createElement("audio") must inherit property "currentTime" with the proper type] - expected: FAIL - - [HTMLMediaElement interface: document.createElement("audio") must inherit property "fastSeek(double)" with the proper type] - expected: FAIL - - [HTMLMediaElement interface: calling fastSeek(double) on document.createElement("audio") with too few arguments must throw TypeError] - expected: FAIL - [HTMLMediaElement interface: document.createElement("audio") must inherit property "getStartDate()" with the proper type] expected: FAIL @@ -7140,15 +7116,6 @@ [HTMLMediaElement interface: attribute buffered] expected: FAIL - [HTMLMediaElement interface: attribute seeking] - expected: FAIL - - [HTMLMediaElement interface: attribute currentTime] - expected: FAIL - - [HTMLMediaElement interface: operation fastSeek(double)] - expected: FAIL - [HTMLMediaElement interface: operation getStartDate()] expected: FAIL