Update test expectations and whitelist ShadowRoot interface

This commit is contained in:
Fernando Jiménez Moreno 2019-02-18 18:26:16 +01:00
parent efce2825b9
commit f097233707
2 changed files with 1 additions and 24 deletions

View file

@ -998,30 +998,6 @@
[Unscopable handled correctly for append([object Object\],[object Object\]) on DocumentFragment] [Unscopable handled correctly for append([object Object\],[object Object\]) on DocumentFragment]
expected: FAIL 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] [Element interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL expected: FAIL

View file

@ -202,6 +202,7 @@ test_interfaces([
"Request", "Request",
"Response", "Response",
"Screen", "Screen",
"ShadowRoot",
"Storage", "Storage",
"StorageEvent", "StorageEvent",
"StyleSheet", "StyleSheet",