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

Unified Diff: test/inspector/debugger/es6-module-set-script-source-expected.txt

Issue 2669713002: [inspector] return meaningful error on Debug.setScriptSource for ES module (Closed)
Patch Set: added missing test 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
Index: test/inspector/debugger/es6-module-set-script-source-expected.txt
diff --git a/test/inspector/debugger/es6-module-set-script-source-expected.txt b/test/inspector/debugger/es6-module-set-script-source-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..839236fdf2011b84768f6407010f18d90e7b824a
--- /dev/null
+++ b/test/inspector/debugger/es6-module-set-script-source-expected.txt
@@ -0,0 +1,8 @@
+Checks that Debugger.setScriptSource doesn't crash with modules
+{
+ error : {
+ code : -32000
+ message : Debugger.setScriptSource doesn't support editing ES module
+ }
+ id : <messageId>
+}

Powered by Google App Engine
This is Rietveld 408576698