mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
15 lines
347 B
INI
15 lines
347 B
INI
[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
|
|
|