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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/alert-toString-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: 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/console/alert-toString-exception-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/alert-toString-exception-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/alert-toString-exception-expected.txt
index b13fa7b66a79ff66d03702dc6da42725c90b767e..fb9c3856c9d521ee0dbfec3d9270608e1ac51a47 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/alert-toString-exception-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/alert-toString-exception-expected.txt
@@ -3,5 +3,7 @@ CONSOLE ERROR: line 6: Uncaught Exception in toString().
Test that browser won't crash if inspector is opened for a page that fails to convert alert() argument to string. The test passes if it doesn't crash. Bug 60541
Page reloaded.
-alert-toString-exception.html:6 Uncaught Exception in toString().toString @ alert-toString-exception.html:6(anonymous function) @ alert-toString-exception.html:6
+alert-toString-exception.html:6 Uncaught Exception in toString().
+toString @ alert-toString-exception.html:6
+(anonymous function) @ alert-toString-exception.html:6

Powered by Google App Engine
This is Rietveld 408576698