Chromium Code Reviews| Index: LayoutTests/fast/dom/Range/selectNode-for-detached-node-expected.txt |
| diff --git a/LayoutTests/fast/dom/Range/selectNode-for-detached-node-expected.txt b/LayoutTests/fast/dom/Range/selectNode-for-detached-node-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6acdb4a6e85d07e61b1c87806b982440fd992897 |
| --- /dev/null |
| +++ b/LayoutTests/fast/dom/Range/selectNode-for-detached-node-expected.txt |
| @@ -0,0 +1,6 @@ |
| +PASS range.selectNode(sample.firstChild); range.startContainer is sample |
| +PASS range.selectNode(sample); range.startContainer threw exception InvalidNodeTypeError: The supplied node is invalid or has an invalid ancestor for this operation.. |
| +PASS successfullyParsed is true |
| + |
| +TEST COMPLETE |
| + |