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 |
+} |
+ |