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

Side by Side Diff: LayoutTests/inspector/console/console-eval-throw-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
(Empty)
1 Tests that evaluating 'throw undefined|1|string|object|Error' in the console won 't crash the browser and correctly reported. Bug 59611.
2
3
4 Running: testThrowUndefined
5 log: Uncaught undefined VM34:2
6
7 Running: testThrowNumber
8 log: Uncaught 1 VM39:2
9
10 Running: testThrowString
11 log: Uncaught asdf VM43:2
12
13 Running: testThrowObject
14 log: Uncaught Object {a: 42} VM47:2
15
16 Running: testThrowError
17 log: Uncaught Error: asdf VM51:2
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698