Index: LayoutTests/editing/selection/addRange-failures-expected.txt |
diff --git a/LayoutTests/editing/selection/addRange-failures-expected.txt b/LayoutTests/editing/selection/addRange-failures-expected.txt |
index c21768a52e763a6a34ab2d2a8831bfd076954ff3..b1e2bde0ed6888e9b603400c147580ffa44837a7 100644 |
--- a/LayoutTests/editing/selection/addRange-failures-expected.txt |
+++ b/LayoutTests/editing/selection/addRange-failures-expected.txt |
@@ -1,5 +1,6 @@ |
CONSOLE ERROR: The given range is null. |
-CONSOLE ERROR: The given range has no container. Perhaps 'detach()' has been invoked on it? |
+CONSOLE WARNING: 'Range.detach' is now a no-op, as per DOM (http://dom.spec.whatwg.org/#dom-range-detach). |
+CONSOLE ERROR: Discontiguous selection is not supported. |
CONSOLE ERROR: The given range does not belong to the current selection's document. |
CONSOLE ERROR: The given range and the current selection belong to two different document fragments. |
Test error handling of Selection.addRange(). |