mirror of
https://github.com/servo/servo.git
synced 2025-09-08 14:08:22 +01:00
Auto merge of #7426 - dzbarsky:surroundcontents, r=glennw
Implement Range#surroundContents <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7426) <!-- Reviewable:end -->
This commit is contained in:
commit
c349b7b3a1
4 changed files with 38 additions and 3816 deletions
|
@ -246,30 +246,15 @@
|
|||
[Range interface: operation deleteContents()]
|
||||
expected: FAIL
|
||||
|
||||
[Range interface: operation surroundContents(Node)]
|
||||
expected: FAIL
|
||||
|
||||
[Range interface: stringifier]
|
||||
expected: FAIL
|
||||
|
||||
[Range interface: document.createRange() must inherit property "deleteContents" with the proper type (20)]
|
||||
expected: FAIL
|
||||
|
||||
[Range interface: document.createRange() must inherit property "surroundContents" with the proper type (24)]
|
||||
expected: FAIL
|
||||
|
||||
[Range interface: calling surroundContents(Node) on document.createRange() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Range interface: detachedRange must inherit property "deleteContents" with the proper type (20)]
|
||||
expected: FAIL
|
||||
|
||||
[Range interface: detachedRange must inherit property "surroundContents" with the proper type (24)]
|
||||
expected: FAIL
|
||||
|
||||
[Range interface: calling surroundContents(Node) on detachedRange with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[NodeFilter interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue