mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Implement Range#insertNode
This commit is contained in:
parent
2947d78e4e
commit
c2664e52dd
5 changed files with 172 additions and 3319 deletions
|
@ -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
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue