Auto merge of #21236 - emilio:mutation-observer, r=jdm

script: A couple mutation observer fixes.

I felt like doing Servo stuff while trying to catch Gecko intermittents :)

This fixes most of #21233. I haven't dug into the other test.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21236)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-07-23 13:33:45 -04:00 committed by GitHub
commit 41f9f85040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 28 deletions

View file

@ -1,11 +0,0 @@
[MutationObserver-attributes.html]
type: testharness
[attributes/attributeFilter Element.id/Element.className: update mutation]
expected: FAIL
[attributes/attributeFilter Element.id/Element.className: multiple filter update mutation]
expected: FAIL
[attributeFilter alone Element.id/Element.className: multiple filter update mutation]
expected: FAIL

View file

@ -1,12 +0,0 @@
[MutationObserver-characterData.html]
type: testharness
expected: TIMEOUT
[characterData Text.appendData: simple mutation]
expected: TIMEOUT
[characterData Text.appendData: empty string mutation]
expected: TIMEOUT
[characterData Text.appendData: null string mutation]
expected: TIMEOUT