Index: LayoutTests/fast/dom/Range/detach-no-op-expected.txt |
diff --git a/LayoutTests/fast/dom/Range/detach-no-op-expected.txt b/LayoutTests/fast/dom/Range/detach-no-op-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..aa025dc9cc848e6cf0a0910d630f8415b3f7849c |
--- /dev/null |
+++ b/LayoutTests/fast/dom/Range/detach-no-op-expected.txt |
@@ -0,0 +1,13 @@ |
+CONSOLE WARNING: 'Range.detach' is now a no-op, as per DOM4 (http://dom.spec.whatwg.org/#dom-range-detach). |
+Tests that Range.detach() is a no-op. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS range.startContainer is document |
+PASS range.detach() did not throw exception. |
+PASS range.startContainer is document |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |