mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
Add flag for sync/async CE creation
This commit is contained in:
parent
2f36d3544f
commit
062b128688
9 changed files with 78 additions and 35 deletions
|
@ -6,3 +6,6 @@
|
|||
[Custom Elements: Custom element reactions must be invoked before returning to author scripts]
|
||||
expected: FAIL
|
||||
|
||||
[Calling Node.prototype.cloneNode(false) must push a new element queue to the processing stack]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -30,3 +30,6 @@
|
|||
[writeln on Document must enqueue connectedCallback after constructing a custom element]
|
||||
expected: FAIL
|
||||
|
||||
[importNode on Document must construct a new custom element when importing a custom element from a template]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -15,3 +15,12 @@
|
|||
[Inserting an element must not try to upgrade a custom element when it had already failed to upgrade once]
|
||||
expected: FAIL
|
||||
|
||||
[Node.prototype.cloneNode(false) must be able to clone a custom element]
|
||||
expected: FAIL
|
||||
|
||||
[Node.prototype.cloneNode(false) must be able to clone a custom element inside an iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Node.prototype.cloneNode(true) must be able to clone a descendent custom element]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue