diff options
Diffstat (limited to 'testing/web-platform/meta/custom-elements/reactions')
4 files changed, 0 insertions, 27 deletions
diff --git a/testing/web-platform/meta/custom-elements/reactions/ChildNode.html.ini b/testing/web-platform/meta/custom-elements/reactions/ChildNode.html.ini index 4265435e3..637a74dbc 100644 --- a/testing/web-platform/meta/custom-elements/reactions/ChildNode.html.ini +++ b/testing/web-platform/meta/custom-elements/reactions/ChildNode.html.ini @@ -1,20 +1,11 @@ [ChildNode.html] type: testharness - [before on ChildNode must enqueue a connected reaction] - expected: FAIL - [before on ChildNode must enqueue a disconnected reaction, an adopted reaction, and a connected reaction when the custom element was in another document] expected: FAIL - [after on ChildNode must enqueue a connected reaction] - expected: FAIL - [after on ChildNode must enqueue a disconnected reaction, an adopted reaction, and a connected reaction when the custom element was in another document] expected: FAIL - [replaceWith on ChildNode must enqueue a connected reaction] - expected: FAIL - [replaceWith on ChildNode must enqueue a disconnected reaction, an adopted reaction, and a connected reaction when the custom element was in another document] expected: FAIL diff --git a/testing/web-platform/meta/custom-elements/reactions/Node.html.ini b/testing/web-platform/meta/custom-elements/reactions/Node.html.ini index 87acc9aa6..e6bacabbd 100644 --- a/testing/web-platform/meta/custom-elements/reactions/Node.html.ini +++ b/testing/web-platform/meta/custom-elements/reactions/Node.html.ini @@ -21,21 +21,12 @@ [cloneNode on Node must enqueue an attributeChanged reaction when cloning an element only for observed attributes] expected: FAIL - [insertBefore on ChildNode must enqueue a connected reaction] - expected: FAIL - [insertBefore on ChildNode must enqueue a disconnected reaction, an adopted reaction, and a connected reaction when the custom element was in another document] expected: FAIL - [appendChild on ChildNode must enqueue a connected reaction] - expected: FAIL - [appendChild on ChildNode must enqueue a disconnected reaction, an adopted reaction, and a connected reaction when the custom element was in another document] expected: FAIL - [replaceChild on ChildNode must enqueue a connected reaction] - expected: FAIL - [replaceChild on ChildNode must enqueue a disconnected reaction, an adopted reaction, and a connected reaction when the custom element was in another document] expected: FAIL diff --git a/testing/web-platform/meta/custom-elements/reactions/ParentNode.html.ini b/testing/web-platform/meta/custom-elements/reactions/ParentNode.html.ini index ccdf5de7c..b982c66e6 100644 --- a/testing/web-platform/meta/custom-elements/reactions/ParentNode.html.ini +++ b/testing/web-platform/meta/custom-elements/reactions/ParentNode.html.ini @@ -1,14 +1,8 @@ [ParentNode.html] type: testharness - [prepend on ParentNode must enqueue a connected reaction] - expected: FAIL - [prepend on ParentNode must enqueue a disconnected reaction, an adopted reaction, and a connected reaction when the custom element was in another document] expected: FAIL - [append on ParentNode must enqueue a connected reaction] - expected: FAIL - [append on ParentNode must enqueue a disconnected reaction, an adopted reaction, and a connected reaction when the custom element was in another document] expected: FAIL diff --git a/testing/web-platform/meta/custom-elements/reactions/Range.html.ini b/testing/web-platform/meta/custom-elements/reactions/Range.html.ini index 4ca3fcde7..21de92aa3 100644 --- a/testing/web-platform/meta/custom-elements/reactions/Range.html.ini +++ b/testing/web-platform/meta/custom-elements/reactions/Range.html.ini @@ -15,9 +15,6 @@ [cloneContents on Range must enqueue an attributeChanged reaction when cloning an element only for observed attributes] expected: FAIL - [insertNode on Range must enqueue a connected reaction] - expected: FAIL - [insertNode on Range must enqueue a disconnected reaction, an adopted reaction, and a connected reaction when the custom element was in another document] expected: FAIL |