mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update test expectations and whitelist ShadowRoot interface
This commit is contained in:
parent
efce2825b9
commit
f097233707
2 changed files with 1 additions and 24 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -202,6 +202,7 @@ test_interfaces([
|
||||||
"Request",
|
"Request",
|
||||||
"Response",
|
"Response",
|
||||||
"Screen",
|
"Screen",
|
||||||
|
"ShadowRoot",
|
||||||
"Storage",
|
"Storage",
|
||||||
"StorageEvent",
|
"StorageEvent",
|
||||||
"StyleSheet",
|
"StyleSheet",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue