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 eb41f63492c3ddd4c297fa9b61da84c85ba7a9c6..f2e832d49e88b40a86a14fc25daf90ff0c0ab5c6 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 ERROR: The given range is null. |
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. |
@@ -10,6 +9,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
Running: testNull |
+PASS selection.addRange(null) threw exception TypeError: Failed to execute 'addRange' on 'Selection': parameter 1 is not of type 'Range'.. |
PASS selection.rangeCount is 1 |
PASS selection.getRangeAt(0).startContainer === document.body is true |
PASS selection.getRangeAt(0).startOffset is 0 |