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

Side by Side Diff: test/inspector/debugger/set-script-source-exception-expected.txt

Issue 2651153004: Fix uncaught exception bug from liveEditScriptSource (Closed)
Patch Set: ac Created 3 years, 10 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
« no previous file with comments | « test/inspector/debugger/set-script-source-exception.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Check that setScriptSource completes correctly when an exception is thrown.
2
3 Running test: testIncorrectScriptId
4 {
5 error : {
6 code : -32000
7 message : Uncaught Script not found
8 }
9 id : <messageId>
10 }
11
12 Running test: testSourceWithSyntaxError
13 {
14 id : <messageId>
15 result : {
16 exceptionDetails : {
17 columnNumber : 2
18 exceptionId : <exceptionId>
19 lineNumber : 0
20 text : Invalid or unexpected token
21 }
22 }
23 }
OLDNEW
« no previous file with comments | « test/inspector/debugger/set-script-source-exception.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698