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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/console/console-eval-undefined-override-expected.txt
diff --git a/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt b/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt
index fc3dccb41e1855a70d1b3a6fe145bf5e672709ac..55557b023a3b3fba6c6dcb3a03dff14137133eb6 100644
--- a/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt
+++ b/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt
@@ -3,5 +3,5 @@ Tests that evaluating something in console won't crash the browser if undefined
var x = {a:1}; x.self = x; undefined = x;
Object {a: 1, self: Object}
unknownVar
-ReferenceError: unknownVar is not defined
+Uncaught ReferenceError: unknownVar is not defined VM:2
« 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