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:
Ms2ger 2016-04-20 18:00:14 +02:00
parent 8d988f20c1
commit df3297fd93
4 changed files with 4 additions and 10 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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