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

@ -1,7 +0,0 @@
[css-style-attr-decl-block.html]
[Changes to CSS declaration block should queue mutation record for style attribute]
expected: FAIL
[Removing non-existing property or setting invalid value on CSS declaration block shouldn't queue mutation record]
expected: FAIL

View file

@ -1,8 +0,0 @@
[cssstyledeclaration-mutationrecord-001.html]
expected: ERROR
[CSSStyleDeclaration.setPropertyValue queues a mutation record, even if not mutated]
expected: NOTRUN
[CSSStyleDeclaration.setPropertyValue queues a mutation record when serialization is changed]
expected: NOTRUN

View file

@ -1,5 +0,0 @@
[cssstyledeclaration-mutationrecord-002.html]
expected: ERROR
[CSSStyleDeclaration.setPropertyValue doesn't queue a mutation record when setting invalid values]
expected: NOTRUN

View file

@ -1,5 +0,0 @@
[cssstyledeclaration-mutationrecord-003.html]
expected: ERROR
[CSSStyleDeclaration.removeProperty doesn't queue a mutation record when not actually removed, invoked from setPropertyValue]
expected: NOTRUN

View file

@ -1,5 +0,0 @@
[cssstyledeclaration-mutationrecord-004.html]
expected: ERROR
[CSSStyleDeclaration.removeProperty doesn't queue a mutation record when not actually removed]
expected: NOTRUN

View file

@ -0,0 +1,9 @@
[microtasks-and-constructors.html]
[Microtasks evaluate immediately when the stack is empty inside the parser]
expected: FAIL
[Microtasks evaluate immediately when the stack is empty inside the parser, causing the checks on no attributes to fail]
expected: FAIL
[Microtasks evaluate afterward when the stack is not empty using createElement()]
expected: FAIL

View file

@ -1,6 +1,5 @@
[task_microtask_ordering.html]
type: testharness
expected: TIMEOUT
[Level 1 bossfight (synthetic click)]
expected: FAIL
bug: https://github.com/servo/servo/issues/1980
expected: TIMEOUT

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