Index: test/inspector/console/console-follow-spec-expected.txt |
diff --git a/test/inspector/console/console-follow-spec-expected.txt b/test/inspector/console/console-follow-spec-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7079a48fa55eb5c79b98944963f0f3d075c2ecea |
--- /dev/null |
+++ b/test/inspector/console/console-follow-spec-expected.txt |
@@ -0,0 +1,16 @@ |
+Running test: consoleExistsOnGlobal |
+true |
+ |
+Running test: consoleHasRightPropertyDescriptor |
+{ |
+ configurable : true |
+ enumerable : false |
+ value : <value> |
+ writable : true |
+} |
+ |
+Running test: ConsoleNotExistsOnGlobal |
+false |
+ |
+Running test: prototypeChainMustBeCorrect |
+true |