Enable MutationObserver by default.

This commit is contained in:
Josh Matthews 2018-07-23 09:55:00 -04:00
parent c71fafaff7
commit 5d943c6dbd
11 changed files with 15 additions and 47 deletions

View file

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