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

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: take out post-lgtm repeat logic Created 4 years, 3 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 ac19f0152e1b4824258b8c230f14072362f738d8..5b0d3bdd6054ae63084076d2610fa3b103c8b686 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
@@ -13,7 +13,9 @@ table = "local in iframe"
clear =
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
+ at testFunction (debugger-eval-on-call-frame-inside-iframe.html:35)
+pauseInsideIframe @ VM:6
+testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35
=== Evaluating on top frame ===
dir() = undefined
@@ -22,5 +24,7 @@ table =
clear = "local in top frame"
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
+ at testFunction (debugger-eval-on-call-frame-inside-iframe.html:35)
+pauseInsideIframe @ VM:6
+testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35

Powered by Google App Engine
This is Rietveld 408576698