Auto merge of #11832 - GuillaumeGomez:insert-adjacent, r=nox

Fix insert-adjacent error

r? @nox

<!-- 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/11832)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-06-23 13:29:51 -05:00 committed by GitHub
commit 32f2ab7088
5 changed files with 3 additions and 73 deletions

View file

@ -1,8 +0,0 @@
[insert-adjacent.html]
type: testharness
[insertAdjacentHTML(beforebegin, <h3>beforebegin</h3> )]
expected: FAIL
[insertAdjacentHTML(afterend, <h3>afterend</h3> )]
expected: FAIL

View file

@ -1,32 +0,0 @@
[insert_adjacent_html.html]
type: testharness
[beforeBegin content without next sibling]
expected: FAIL
[afterend content without next sibling]
expected: FAIL
[beforeBegin content again, with next sibling]
expected: FAIL
[afterend content again, with next sibling]
expected: FAIL
[beforeBegin child node not in tree but has parent]
expected: FAIL
[afterend child node not in tree but has parent]
expected: FAIL
[beforeBegin content2 without next sibling]
expected: FAIL
[afterend content2 without next sibling]
expected: FAIL
[beforeBegin content2 test again, now that there's a next sibling]
expected: FAIL
[afterend content2 test again, now that there's a next sibling]
expected: FAIL

View file

@ -1,35 +1,5 @@
[insert_adjacent_html.xhtml]
type: testharness
[beforeBegin content without next sibling]
expected: FAIL
[afterend content without next sibling]
expected: FAIL
[beforeBegin content again, with next sibling]
expected: FAIL
[afterend content again, with next sibling]
expected: FAIL
[beforeBegin child node not in tree but has parent]
expected: FAIL
[afterend child node not in tree but has parent]
expected: FAIL
[beforeBegin content2 without next sibling]
expected: FAIL
[afterend content2 without next sibling]
expected: FAIL
[beforeBegin content2 test again, now that there's a next sibling]
expected: FAIL
[afterend content2 test again, now that there's a next sibling]
expected: FAIL
[insertAdjacentHTML in HTML]
expected: FAIL

View file

@ -1,4 +1,4 @@
[sigsegv.html]
type: testharness
prefs: [dom.testbinding.enabled:true,dom.testable_crash.enabled:true]
prefs: [dom.testbinding.enabled:true, dom.testable_crash.enabled:true]
expected: CRASH