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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-uncaught-exception-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/console/console-uncaught-exception-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-exception-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-exception-expected.txt
index ce4f4a94bf1cee99fb88645925b78184b7e68fb5..380a7d662226a8122d2063a1c6290757c55dde40 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-exception-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-exception-expected.txt
@@ -7,11 +7,18 @@ Tests that uncaught exceptions are logged into console.Bug 47250.
uncaught-in-iframe.html:18 Uncaught Error: Exception in inline script.
at a (uncaught-in-iframe.html:18)
at b (uncaught-in-iframe.html:23)
- at uncaught-in-iframe.html:26a @ uncaught-in-iframe.html:18b @ uncaught-in-iframe.html:23(anonymous) @ uncaught-in-iframe.html:26
+ at uncaught-in-iframe.html:26
+a @ uncaught-in-iframe.html:18
+b @ uncaught-in-iframe.html:23
+(anonymous) @ uncaught-in-iframe.html:26
uncaught-in-iframe.html:11 Uncaught Error: Exception in 'load' event listener.
at f (uncaught-in-iframe.html:11)
- at uncaught-in-iframe.html:13f @ uncaught-in-iframe.html:11(anonymous) @ uncaught-in-iframe.html:13
+ at uncaught-in-iframe.html:13
+f @ uncaught-in-iframe.html:11
+(anonymous) @ uncaught-in-iframe.html:13
uncaught-in-iframe.html:6 Uncaught Error: Exception in setTimeout callback.
at bar (uncaught-in-iframe.html:6)
- at uncaught-in-iframe.html:8bar @ uncaught-in-iframe.html:6(anonymous) @ uncaught-in-iframe.html:8
+ at uncaught-in-iframe.html:8
+bar @ uncaught-in-iframe.html:6
+(anonymous) @ uncaught-in-iframe.html:8

Powered by Google App Engine
This is Rietveld 408576698