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

Unified Diff: LayoutTests/inspector/console/console-eval-throw-undefined-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-throw-undefined-expected.txt
diff --git a/LayoutTests/inspector/console/console-eval-throw-undefined-expected.txt b/LayoutTests/inspector/console/console-eval-throw-undefined-expected.txt
index 1b0dbad3839369fca67f8fe358ca90fce53fb9ce..2bb6d30fd0818a79aaa4de65c9a6df4c4582aeb0 100644
--- a/LayoutTests/inspector/console/console-eval-throw-undefined-expected.txt
+++ b/LayoutTests/inspector/console/console-eval-throw-undefined-expected.txt
@@ -1,5 +1,5 @@
Tests that evaluating 'throw undefined' in the console won't crash the browser. Bug 59611.
throw undefined
-undefined
+Uncaught undefined VM:2

Powered by Google App Engine
This is Rietveld 408576698