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

Unified Diff: test/inspector/runtime/evaluate-with-context-id-equal-zero-expected.txt

Issue 2369753004: [inspector] added inspector test runner [part 5] (Closed)
Patch Set: addressed comments Created 4 years, 3 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/runtime/evaluate-with-context-id-equal-zero-expected.txt
diff --git a/test/inspector/runtime/evaluate-with-context-id-equal-zero-expected.txt b/test/inspector/runtime/evaluate-with-context-id-equal-zero-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e25e8a533e778214818eb57c7516a5fdf32cbbe4
--- /dev/null
+++ b/test/inspector/runtime/evaluate-with-context-id-equal-zero-expected.txt
@@ -0,0 +1,9 @@
+Tests that DevTools doesn't crash on Runtime.evaluate with contextId equals 0.
+{
+ error : {
+ code : -32000
+ message : Cannot find context with specified id
+ }
+ id : 0
+}
+
« no previous file with comments | « test/inspector/runtime/evaluate-with-context-id-equal-zero.js ('k') | test/inspector/runtime/get-properties.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698