mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Correct the checks in step 5 of Node::pre_insert.
This commit is contained in:
parent
561fab57d6
commit
859f14f38b
2 changed files with 6 additions and 19 deletions
|
@ -1,11 +0,0 @@
|
|||
[Node-insertBefore.html]
|
||||
type: testharness
|
||||
[If the context node is a document, inserting a document or text node should throw a HierarchyRequestError.]
|
||||
expected: FAIL
|
||||
|
||||
[If the context node is a DocumentFragment, inserting a document or a doctype should throw a HierarchyRequestError.]
|
||||
expected: FAIL
|
||||
|
||||
[If the context node is an element, inserting a document or a doctype should throw a HierarchyRequestError.]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue