mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Disable tests for mutation events.
We have no intention of implementing them, so there's not much point in running them.
This commit is contained in:
parent
8d988f20c1
commit
df3297fd93
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