Run the DOM parsing tests.

This commit is contained in:
Ms2ger 2014-12-13 21:09:57 +01:00
parent 1be7d7cced
commit 439d02ad4f
3 changed files with 21 additions and 0 deletions

View file

@ -1,6 +1,8 @@
skip: true skip: true
[dom] [dom]
skip: false skip: false
[domparsing]
skip: false
[html] [html]
skip: false skip: false
[browsers] [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