Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/addRange-failures-expected.txt

Issue 1990353002: [DevTools] Capture call stacks for console messages without location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more win7 expectation Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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".

Powered by Google App Engine
This is Rietveld 408576698