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 1f33c652164f9586b1051676b6852ba502ead4f4..bebff5d0e7fc4d12a7ff7c7015b364d8a6e143fe 100644 |
--- a/third_party/WebKit/LayoutTests/editing/selection/addRange-failures-expected.txt |
+++ b/third_party/WebKit/LayoutTests/editing/selection/addRange-failures-expected.txt |
@@ -1,7 +1,7 @@ |
-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. |
-CONSOLE ERROR: The given range and the current selection belong to two different document fragments. |
+CONSOLE ERROR: line 21: Discontiguous selection is not supported. |
+CONSOLE ERROR: line 29: The given range isn't in document. |
+CONSOLE ERROR: line 38: The given range does not belong to the current selection's document. |
+CONSOLE ERROR: line 51: The given range and the current selection belong to two different document fragments. |
Test error handling of Selection.addRange(). |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |