mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
CustomElementRegistry.upgrade works by current spec
This commit is contained in:
parent
45cc558297
commit
065bcee371
4 changed files with 13 additions and 15 deletions
|
@ -1,16 +1,4 @@
|
|||
[upgrade.html]
|
||||
[Upgrading an element directly (example from the spec)]
|
||||
expected: FAIL
|
||||
|
||||
[Two elements as children of the upgraded node]
|
||||
expected: FAIL
|
||||
|
||||
[Two elements as descendants of the upgraded node]
|
||||
expected: FAIL
|
||||
|
||||
[Two elements as shadow-including descendants (and not descendants) of the upgraded node]
|
||||
expected: FAIL
|
||||
|
||||
[Elements inside a template contents DocumentFragment node]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -62,9 +62,6 @@
|
|||
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "getTransform()" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CustomElementRegistry interface: operation upgrade(Node)]
|
||||
expected: FAIL
|
||||
|
||||
[OffscreenCanvasRenderingContext2D interface: attribute imageSmoothingEnabled]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue