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:
bors-servo 2016-04-22 05:09:50 -07:00
commit f2c213fa58
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