From f097233707d74582a96cdff632c167e1c0659fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Jim=C3=A9nez=20Moreno?= Date: Mon, 18 Feb 2019 18:26:16 +0100 Subject: [PATCH] Update test expectations and whitelist ShadowRoot interface --- tests/wpt/metadata/dom/interfaces.html.ini | 24 ------------------- .../wpt/mozilla/tests/mozilla/interfaces.html | 1 + 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/tests/wpt/metadata/dom/interfaces.html.ini b/tests/wpt/metadata/dom/interfaces.html.ini index 3fb70edaaca..5586cd6a5b9 100644 --- a/tests/wpt/metadata/dom/interfaces.html.ini +++ b/tests/wpt/metadata/dom/interfaces.html.ini @@ -998,30 +998,6 @@ [Unscopable handled correctly for append([object Object\],[object Object\]) on DocumentFragment] expected: FAIL - [ShadowRoot interface: existence and properties of interface object] - expected: FAIL - - [ShadowRoot interface object length] - expected: FAIL - - [ShadowRoot interface object name] - expected: FAIL - - [ShadowRoot interface: existence and properties of interface prototype object] - expected: FAIL - - [ShadowRoot interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [ShadowRoot interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [ShadowRoot interface: attribute mode] - expected: FAIL - - [ShadowRoot interface: attribute host] - expected: FAIL - [Element interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL diff --git a/tests/wpt/mozilla/tests/mozilla/interfaces.html b/tests/wpt/mozilla/tests/mozilla/interfaces.html index a2b9fd23948..c7e1929c626 100644 --- a/tests/wpt/mozilla/tests/mozilla/interfaces.html +++ b/tests/wpt/mozilla/tests/mozilla/interfaces.html @@ -202,6 +202,7 @@ test_interfaces([ "Request", "Response", "Screen", + "ShadowRoot", "Storage", "StorageEvent", "StyleSheet",