mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Hook CE registry into element creation
This commit is contained in:
parent
3e4021ef1a
commit
6697f5469d
25 changed files with 146 additions and 240 deletions
|
@ -1,8 +1,5 @@
|
|||
[parser-constructs-custom-element-in-document-write.html]
|
||||
type: testharness
|
||||
[HTML parser must instantiate custom elements inside document.write]
|
||||
expected: FAIL
|
||||
|
||||
[Custom Elements: Changes to the HTML parser]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
[parser-constructs-custom-element-synchronously.html]
|
||||
type: testharness
|
||||
[HTML parser must only append nodes that appear before a custom element before instantiating the custom element]
|
||||
expected: FAIL
|
||||
|
||||
[Custom Elements: Changes to the HTML parser]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[parser-constructs-custom-elements.html]
|
||||
type: testharness
|
||||
[HTML parser must create a defined custom element before executing inline scripts]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +1,5 @@
|
|||
[parser-sets-attributes-and-children.html]
|
||||
type: testharness
|
||||
[HTML parser must set the attributes or append children before calling constructor]
|
||||
expected: FAIL
|
||||
|
||||
[Custom Elements: Changes to the HTML parser]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
[parser-uses-constructed-element.html]
|
||||
type: testharness
|
||||
[HTML parser must use the returned value of the custom element constructor instead of the one created before super() call]
|
||||
expected: FAIL
|
||||
|
||||
[HTML parser must use the returned value of the custom element constructor instead using the one created in super() call]
|
||||
expected: FAIL
|
||||
|
||||
[Custom Elements: HTML parser must construct a custom element instead of upgrading]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -9,3 +9,6 @@
|
|||
[Custom Elements: HTML parser must use the owner document's custom element registry]
|
||||
expected: FAIL
|
||||
|
||||
[HTML parser must not instantiate custom elements inside template elements]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue