Index: third_party/WebKit/LayoutTests/editing/selection/addRange-failures-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/editing/selection/addRange-failures-expected.txt b/third_party/WebKit/LayoutTests/editing/selection/addRange-failures-expected.txt |
index f2e832d49e88b40a86a14fc25daf90ff0c0ab5c6..1f33c652164f9586b1051676b6852ba502ead4f4 100644 |
--- a/third_party/WebKit/LayoutTests/editing/selection/addRange-failures-expected.txt |
+++ b/third_party/WebKit/LayoutTests/editing/selection/addRange-failures-expected.txt |
@@ -1,4 +1,3 @@ |
-CONSOLE WARNING: 'Range.detach' is now a no-op, as per DOM (https://dom.spec.whatwg.org/#dom-range-detach). |
CONSOLE ERROR: Discontiguous selection is not supported. |
CONSOLE ERROR: The given range isn't in document. |
CONSOLE ERROR: The given range does not belong to the current selection's document. |
@@ -15,7 +14,7 @@ PASS selection.getRangeAt(0).startContainer === document.body is true |
PASS selection.getRangeAt(0).startOffset is 0 |
PASS selection.getRangeAt(0).endContainer === document.body is true |
PASS selection.getRangeAt(0).endOffset is 0 |
-Running: testDetachedRange |
+Running: testEmptyRange |
PASS selection.rangeCount is 1 |
PASS selection.getRangeAt(0).startContainer === document.body is true |
PASS selection.getRangeAt(0).startOffset is 0 |