| Index: LayoutTests/editing/selection/range-surroundContents-with-preceding-node-expected.txt
|
| diff --git a/LayoutTests/editing/selection/range-surroundContents-with-preceding-node-expected.txt b/LayoutTests/editing/selection/range-surroundContents-with-preceding-node-expected.txt
|
| index ea804500d384556624573f41e555e6a114b996a7..1bd3da65ea99a846009348d5d03b6b62482659a9 100644
|
| --- a/LayoutTests/editing/selection/range-surroundContents-with-preceding-node-expected.txt
|
| +++ b/LayoutTests/editing/selection/range-surroundContents-with-preceding-node-expected.txt
|
| @@ -1,9 +1,9 @@
|
| +PASS range.startContainer.id is rootNode.id
|
| +PASS range.startOffset is 3
|
| +PASS range.endContainer.id is rootNode.id
|
| +PASS range.startOffset is 3
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
| -PASS root is root
|
| -PASS 3 is 3
|
| -PASS root is root
|
| -PASS 3 is 3
|
| Test that there is no crash when surroundContents is called with a node preceding the current selection.
|
|
|
|
|