Implement Range#surroundContents

This commit is contained in:
David Zbarsky 2015-08-27 21:15:10 -07:00
parent 0bc7ad9b08
commit 3bec4d37dd
4 changed files with 38 additions and 3816 deletions

View file

@ -50,8 +50,8 @@ interface Range {
DocumentFragment cloneContents();
[Throws]
void insertNode(Node node);
// [Throws]
// void surroundContents(Node newParent);
[Throws]
void surroundContents(Node newParent);
[NewObject]
Range cloneRange();