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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe-expected.txt

Issue 2270033003: DevTools: include traces when exporting console log via 'Save as' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use contentElement instead of formattedMessage 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..b6f731b9b18ab236574c90751cbdf2ab6098eb41 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(…)
+pauseInsideIframe @ VM:6
+testFunction @ 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(…)
+pauseInsideIframe @ VM:6
+testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35

Powered by Google App Engine
This is Rietveld 408576698