Bug 1334044: Replace detached callback (v0) with disconnected callback (v1).

Tag UXP Issue #1344
This commit is contained in:
Gaming4JC 2020-01-05 16:09:19 -05:00 committed by Roy Tam
commit 659204631b
9 changed files with 28 additions and 84 deletions

View file

@ -8,7 +8,3 @@
[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
[replaceWith on ChildNode must enqueue a disconnected reaction]
expected: FAIL

View file

@ -29,7 +29,3 @@
[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
[removeChild on ChildNode must enqueue a disconnected reaction]
expected: FAIL

View file

@ -1,11 +1,5 @@
[Range.html]
type: testharness
[deleteContents on Range must enqueue a disconnected reaction]
expected: FAIL
[extractContents on Range must enqueue a disconnected reaction]
expected: FAIL
[cloneContents on Range must enqueue an attributeChanged reaction when cloning an element with an observed attribute]
expected: FAIL