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

Side by Side 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: 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 unified diff | Download patch
OLDNEW
1 CONSOLE ERROR: line 6: Uncaught Exception in toString(). 1 CONSOLE ERROR: line 6: Uncaught Exception in toString().
2 CONSOLE ERROR: line 6: Uncaught Exception in toString(). 2 CONSOLE ERROR: line 6: Uncaught Exception in toString().
3 Test that browser won't crash if inspector is opened for a page that fails to co nvert alert() argument to string. The test passes if it doesn't crash. Bug 60541 3 Test that browser won't crash if inspector is opened for a page that fails to co nvert alert() argument to string. The test passes if it doesn't crash. Bug 60541
4 4
5 Page reloaded. 5 Page reloaded.
6 alert-toString-exception.html:6 Uncaught Exception in toString().toString @ aler t-toString-exception.html:6(anonymous) @ alert-toString-exception.html:6 6 alert-toString-exception.html:6 Uncaught Exception in toString().
7 toString @ alert-toString-exception.html:6
8 (anonymous) @ alert-toString-exception.html:6
7 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698