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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe-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-pause/debugger-eval-on-call-frame-inside-iframe-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe-expected.txt
index 95be2e82a7a0814d8aad6d77204071a01718c7d2..ac19f0152e1b4824258b8c230f14072362f738d8 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe-expected.txt
@@ -11,12 +11,16 @@ dir() = "overridden dir() in iframe"
dirxml() = undefined
table = "local in iframe"
clear =
-x: = VM:1 Uncaught SyntaxError: Unexpected end of input(…)pauseInsideIframe @ VM:6testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35
+x: = VM:1 Uncaught SyntaxError: Unexpected end of input
+ at Object.pauseInsideIframe (<anonymous>:6:5)
+ at testFunction (debugger-eval-on-call-frame-inside-iframe.html:35)pauseInsideIframe @ VM:6testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35
=== Evaluating on top frame ===
dir() = undefined
dirxml() = "overridden dirxml() in top frame"
table =
clear = "local in top frame"
-x: = VM:1 Uncaught SyntaxError: Unexpected end of input(…)pauseInsideIframe @ VM:6testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35
+x: = VM:1 Uncaught SyntaxError: Unexpected end of input
+ at Object.pauseInsideIframe (<anonymous>:6:5)
+ at testFunction (debugger-eval-on-call-frame-inside-iframe.html:35)pauseInsideIframe @ VM:6testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35

Powered by Google App Engine
This is Rietveld 408576698