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

Side by Side Diff: LayoutTests/inspector/console/console-eval-undefined-override-expected.txt

Issue 369333002: DevTools: Added error message when the command is invoked from the console with exception (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@add-evaluate-exception-details
Patch Set: Created 6 years, 5 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 Tests that evaluating something in console won't crash the browser if undefined value is overriden. The test passes if it doesn't crash. Bug 64155. 1 Tests that evaluating something in console won't crash the browser if undefined value is overriden. The test passes if it doesn't crash. Bug 64155.
2 2
3 var x = {a:1}; x.self = x; undefined = x; 3 var x = {a:1}; x.self = x; undefined = x;
4 Object {a: 1, self: Object} 4 Object {a: 1, self: Object}
5 unknownVar 5 unknownVar
6 ReferenceError: unknownVar is not defined 6 Uncaught ReferenceError: unknownVar is not defined VM:2
7 7
OLDNEW
« no previous file with comments | « LayoutTests/inspector/console/console-eval-throw-undefined-expected.txt ('k') | Source/core/inspector/InjectedScript.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698