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

Unified 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, 11 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
« no previous file with comments | « test/inspector/debugger/set-script-source-exception.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/set-script-source-exception-expected.txt
diff --git a/test/inspector/debugger/set-script-source-exception-expected.txt b/test/inspector/debugger/set-script-source-exception-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..03624e989c50891cfbc368d56ffc38cccf67d5f7
--- /dev/null
+++ b/test/inspector/debugger/set-script-source-exception-expected.txt
@@ -0,0 +1,23 @@
+Check that setScriptSource completes correctly when an exception is thrown.
+
+Running test: testIncorrectScriptId
+{
+ error : {
+ code : -32000
+ message : Uncaught Script not found
+ }
+ id : <messageId>
+}
+
+Running test: testSourceWithSyntaxError
+{
+ id : <messageId>
+ result : {
+ exceptionDetails : {
+ columnNumber : 2
+ exceptionId : <exceptionId>
+ lineNumber : 0
+ text : Invalid or unexpected token
+ }
+ }
+}
« 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