mirror of
https://github.com/servo/servo.git
synced 2025-09-20 03:40:09 +01:00
Implement MutationObserver.disconnect()
This commit is contained in:
parent
2c9ef9e558
commit
5bfa819038
7 changed files with 25 additions and 15 deletions
|
@ -1,6 +1,5 @@
|
|||
[Element-classlist.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[classList.remove("a") with attribute value null (HTML node)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
[MutationObserver-disconnect.html]
|
||||
type: testharness
|
||||
[subtree mutations]
|
||||
expected: FAIL
|
||||
|
||||
[disconnect discarded some mutations]
|
||||
expected: FAIL
|
||||
|
|
@ -1,7 +1,5 @@
|
|||
[MutationObserver-document.html]
|
||||
type: testharness
|
||||
[setup test]
|
||||
expected: FAIL
|
||||
|
||||
[parser insertion mutations]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[MutationObserver-takeRecords.html]
|
||||
type: testharness
|
Loading…
Add table
Add a link
Reference in a new issue