Index: LayoutTests/fast/dom/Range/detach-range-during-deletecontents-expected.txt |
diff --git a/LayoutTests/fast/dom/Range/detach-range-during-deletecontents-expected.txt b/LayoutTests/fast/dom/Range/detach-range-during-deletecontents-expected.txt |
index 4a96a9ec96b0b448eebe4db743c719fdf1ba3c73..9bd025536a0fa466eea1b8609cb15ccc5b029f07 100644 |
--- a/LayoutTests/fast/dom/Range/detach-range-during-deletecontents-expected.txt |
+++ b/LayoutTests/fast/dom/Range/detach-range-during-deletecontents-expected.txt |
@@ -1,4 +1,4 @@ |
-CONSOLE ERROR: line 12: Uncaught InvalidStateError: Failed to execute 'deleteContents' on 'Range': The range has no container. Perhaps 'detach()' has been invoked on this object? |
+CONSOLE WARNING: 'Range.detach' is now a no-op, as per DOM (http://dom.spec.whatwg.org/#dom-range-detach). |
Detaching a Range while deleteContents() is running should not cause a crash. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |