mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Implement Range#insertNode
This commit is contained in:
@@ -252,9 +252,6 @@
|
||||
[Range interface: operation cloneContents()]
|
||||
expected: FAIL
|
||||
|
||||
[Range interface: operation insertNode(Node)]
|
||||
expected: FAIL
|
||||
|
||||
[Range interface: operation surroundContents(Node)]
|
||||
expected: FAIL
|
||||
|
||||
@@ -270,12 +267,6 @@
|
||||
[Range interface: document.createRange() must inherit property "cloneContents" with the proper type (22)]
|
||||
expected: FAIL
|
||||
|
||||
[Range interface: document.createRange() must inherit property "insertNode" with the proper type (23)]
|
||||
expected: FAIL
|
||||
|
||||
[Range interface: calling insertNode(Node) on document.createRange() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Range interface: document.createRange() must inherit property "surroundContents" with the proper type (24)]
|
||||
expected: FAIL
|
||||
|
||||
@@ -291,12 +282,6 @@
|
||||
[Range interface: detachedRange must inherit property "cloneContents" with the proper type (22)]
|
||||
expected: FAIL
|
||||
|
||||
[Range interface: detachedRange must inherit property "insertNode" with the proper type (23)]
|
||||
expected: FAIL
|
||||
|
||||
[Range interface: calling insertNode(Node) on detachedRange with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Range interface: detachedRange must inherit property "surroundContents" with the proper type (24)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user