mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
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:
commit
41f9f85040
4 changed files with 6 additions and 28 deletions
|
@ -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
|
||||
|
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue