Side by Side 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.
1 Tests that evaluating 'throw undefined' in the console won't crash the browser.
Bug 59611.
1 Tests that evaluating 'throw undefined' in the console won't crash the browser.
Bug 59611.
2
2
3 throw undefined
3 throw undefined
4undefined
4Uncaught undefined VM:2
vsevik
2014/07/17 13:13:22
Now that we have a non trivial behavior in case of
Now that we have a non trivial behavior in case of different types of thrown
values we need the tests for them (throw 1, throw "string", throw {foo:42}, etc)
On 2014/07/17 13:13:22, vsevik wrote:
> Now that we have a non trivial behavior in case of different types of thrown
> values we need the tests for them (throw 1, throw "string", throw {foo:42},
etc)
Issue 369333002: DevTools: Added error message when the command is invoked from the console with exception
(Closed)
Created 6 years, 5 months ago by kozyatinskiy1
Modified 6 years, 5 months ago
Reviewers: vsevik, aandrey, pfeldman
Base URL: https://chromium.googlesource.com/chromium/blink.git@add-evaluate-exception-details
Comments: 39