Implement Range#insertNode

This commit is contained in:
David Zbarsky 2015-07-06 05:03:20 -04:00
parent 2947d78e4e
commit c2664e52dd
5 changed files with 172 additions and 3319 deletions

View file

@ -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