Hook CE registry into element creation

This commit is contained in:
Connor Brewster 2017-06-09 18:23:27 -06:00
parent 3e4021ef1a
commit 6697f5469d
25 changed files with 146 additions and 240 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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