auto merge of #4365 : Ms2ger/servo/test-domparsing, r=jdm

This commit is contained in:
bors-servo 2014-12-13 16:06:43 -07:00
commit 0cee72d70e
3 changed files with 21 additions and 0 deletions

View file

@ -1,6 +1,8 @@
skip: true
[dom]
skip: false
[domparsing]
skip: false
[html]
skip: false
[browsers]

View file

@ -0,0 +1,5 @@
[DOMParser-parseFromString-html.html]
type: testharness
[Location value]
expected: FAIL

View file

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