mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Auto merge of #10754 - Ms2ger:disable-mutation-events, r=nox
Disable tests for mutation events. We have no intention of implementing them, so there's not much point in running them. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10754) <!-- Reviewable:end -->
This commit is contained in:
commit
f2c213fa58
4 changed files with 4 additions and 10 deletions
|
@ -1,5 +1,4 @@
|
|||
[ProcessingInstruction.DOMCharacterDataModified.html]
|
||||
type: testharness
|
||||
[Test Description: DOMCharacterDataModified event fires after ProcessingInstruction.data have been modified, but the node itself has not been inserted or deleted. The proximal event target of this event shall be the ProcessingInstruction node.]
|
||||
expected: FAIL
|
||||
disabled: mutation events
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
[domnodeinserted.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Test Description: DOMNodeInserted event fires when a node has been added as a child of another node.]
|
||||
expected: NOTRUN
|
||||
disabled: mutation events
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[ProcessingInstruction.DOMCharacterDataModified.html]
|
||||
type: testharness
|
||||
[Test Description: DOMCharacterDataModified event fires after ProcessingInstruction.data have been modified, but the node itself has not been inserted or deleted. The proximal event target of this event shall be the ProcessingInstruction node.]
|
||||
expected: FAIL
|
||||
disabled: mutation events
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
[domnodeinserted.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Test Description: DOMNodeInserted event fires when a node has been added as a child of another node.]
|
||||
expected: NOTRUN
|
||||
disabled: mutation events
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue