Index: test/inspector/runtime/console-spec-expected.txt |
diff --git a/test/inspector/runtime/console-spec-expected.txt b/test/inspector/runtime/console-spec-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..74dcfa2a6b20ebf08ba1445ff75caed4834cb1d0 |
--- /dev/null |
+++ b/test/inspector/runtime/console-spec-expected.txt |
@@ -0,0 +1,20 @@ |
+ |
+Running test: consoleExistsOnGlobal |
+true |
+ |
+Running test: consoleHasRightPropertyDescriptor |
+{ |
+ configurable : true |
+ enumerable : false |
+ value : <value> |
+ writable : true |
+} |
+ |
+Running test: ConsoleNotExistsOnGlobal |
+false |
+ |
+Running test: prototypeChainMustBeCorrect |
+true |
+ |
+Running test: consoleToString |
+[object Object] |