mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Enable MutationObserver by default.
This commit is contained in:
parent
c71fafaff7
commit
5d943c6dbd
11 changed files with 15 additions and 47 deletions
|
@ -34,18 +34,6 @@
|
|||
[unhandledrejection: from Promise.reject, indirected through Promise.all]
|
||||
expected: TIMEOUT
|
||||
|
||||
[delayed handling: a microtask delay before attaching a handler prevents both events (Promise.reject-created promise)]
|
||||
expected: FAIL
|
||||
|
||||
[delayed handling: a microtask delay before attaching a handler prevents both events (immediately-rejected new Promise-created promise)]
|
||||
expected: FAIL
|
||||
|
||||
[delayed handling: a microtask delay before attaching the handler, and before rejecting the promise, indirected through Promise.all]
|
||||
expected: FAIL
|
||||
|
||||
[microtask nesting: attaching a handler inside a combination of mutationObserverMicrotask + promise microtasks]
|
||||
expected: FAIL
|
||||
|
||||
[delayed handling: a nested-task delay before attaching a handler causes unhandledrejection]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue