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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/rethrow-error-from-bindings-crash-expected.txt

Issue 2284123002: [DevTools] Format console.log(new Error()) same as console.log(new Error().stack) (Closed)
Patch Set: removed elipsis Created 4 years, 4 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/inspector/sources/debugger/rethrow-error-from-bindings-crash-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/rethrow-error-from-bindings-crash-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/rethrow-error-from-bindings-crash-expected.txt
index 7070621aa251fb37b20e94d9950310813e907d19..ec01f93a18a4bb56763e91b08586a2bf409a0d5c 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/rethrow-error-from-bindings-crash-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/rethrow-error-from-bindings-crash-expected.txt
@@ -11,12 +11,21 @@ Tests that pausing on uncaught exceptions thrown from C++ bindings will not cras
Set timer for test function.
rethrow-error-from-bindings-crash.html:11 Console was cleared
-rethrow-error-from-bindings-crash.html:25 Uncaught TypeError: Failed to execute 'compareBoundaryPoints' on 'Range': parameter 2 is not of type 'Range'.(…)f2 @ rethrow-error-from-bindings-crash.html:25testFunction @ rethrow-error-from-bindings-crash.html:15
-rethrow-error-from-bindings-crash.html:20 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.(…)f1 @ rethrow-error-from-bindings-crash.html:20
-rethrow-error-from-bindings-crash.html:25 Uncaught TypeError: Failed to execute 'compareBoundaryPoints' on 'Range': parameter 2 is not of type 'Range'.(…)f2 @ rethrow-error-from-bindings-crash.html:25
-rethrow-error-from-bindings-crash.html:20 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.(…)f1 @ rethrow-error-from-bindings-crash.html:20
-rethrow-error-from-bindings-crash.html:25 Uncaught TypeError: Failed to execute 'compareBoundaryPoints' on 'Range': parameter 2 is not of type 'Range'.(…)f2 @ rethrow-error-from-bindings-crash.html:25
-rethrow-error-from-bindings-crash.html:20 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.(…)f1 @ rethrow-error-from-bindings-crash.html:20
-rethrow-error-from-bindings-crash.html:25 Uncaught TypeError: Failed to execute 'compareBoundaryPoints' on 'Range': parameter 2 is not of type 'Range'.(…)f2 @ rethrow-error-from-bindings-crash.html:25
-rethrow-error-from-bindings-crash.html:20 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.(…)f1 @ rethrow-error-from-bindings-crash.html:20
+rethrow-error-from-bindings-crash.html:25 Uncaught TypeError: Failed to execute 'compareBoundaryPoints' on 'Range': parameter 2 is not of type 'Range'.
+ at f2 (rethrow-error-from-bindings-crash.html:25)
+ at testFunction (rethrow-error-from-bindings-crash.html:15)f2 @ rethrow-error-from-bindings-crash.html:25testFunction @ rethrow-error-from-bindings-crash.html:15
+rethrow-error-from-bindings-crash.html:20 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
+ at f1 (rethrow-error-from-bindings-crash.html:20)f1 @ rethrow-error-from-bindings-crash.html:20
+rethrow-error-from-bindings-crash.html:25 Uncaught TypeError: Failed to execute 'compareBoundaryPoints' on 'Range': parameter 2 is not of type 'Range'.
+ at f2 (rethrow-error-from-bindings-crash.html:25)f2 @ rethrow-error-from-bindings-crash.html:25
+rethrow-error-from-bindings-crash.html:20 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
+ at f1 (rethrow-error-from-bindings-crash.html:20)f1 @ rethrow-error-from-bindings-crash.html:20
+rethrow-error-from-bindings-crash.html:25 Uncaught TypeError: Failed to execute 'compareBoundaryPoints' on 'Range': parameter 2 is not of type 'Range'.
+ at f2 (rethrow-error-from-bindings-crash.html:25)f2 @ rethrow-error-from-bindings-crash.html:25
+rethrow-error-from-bindings-crash.html:20 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
+ at f1 (rethrow-error-from-bindings-crash.html:20)f1 @ rethrow-error-from-bindings-crash.html:20
+rethrow-error-from-bindings-crash.html:25 Uncaught TypeError: Failed to execute 'compareBoundaryPoints' on 'Range': parameter 2 is not of type 'Range'.
+ at f2 (rethrow-error-from-bindings-crash.html:25)f2 @ rethrow-error-from-bindings-crash.html:25
+rethrow-error-from-bindings-crash.html:20 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
+ at f1 (rethrow-error-from-bindings-crash.html:20)f1 @ rethrow-error-from-bindings-crash.html:20

Powered by Google App Engine
This is Rietveld 408576698