Chromium Code Reviews| Index: LayoutTests/fast/dom/Range/surroundContents-for-detached-node-expected.txt |
| diff --git a/LayoutTests/fast/dom/Range/surroundContents-for-detached-node-expected.txt b/LayoutTests/fast/dom/Range/surroundContents-for-detached-node-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..992de79867e0cfc133ec4c9ca7b329ce59151443 |
| --- /dev/null |
| +++ b/LayoutTests/fast/dom/Range/surroundContents-for-detached-node-expected.txt |
| @@ -0,0 +1,6 @@ |
| +PASS surroundContents(sample.cloneNode(true)) is "<b>2345</b>" |
| +PASS surroundContents(sample) is "<b>2345</b>" |
| +PASS successfullyParsed is true |
| + |
| +TEST COMPLETE |
| + |