Index: test/inspector/runtime/console-line-and-column-expected.txt |
diff --git a/test/inspector/runtime/console-line-and-column-expected.txt b/test/inspector/runtime/console-line-and-column-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..77f179811c2f1235189c168e08b20cdae64c0196 |
--- /dev/null |
+++ b/test/inspector/runtime/console-line-and-column-expected.txt |
@@ -0,0 +1,29 @@ |
+{ |
+ stackTrace : { |
+ callFrames : [ |
+ [0] : { |
+ columnNumber : 8 |
+ functionName : (anonymous) |
+ lineNumber : 0 |
+ scriptId : 0 |
+ url : (empty) |
+ } |
+ ] |
+ } |
+ type : log |
+} |
+{ |
+ stackTrace : { |
+ callFrames : [ |
+ [0] : { |
+ columnNumber : 2 |
+ functionName : (anonymous) |
+ lineNumber : 1 |
+ scriptId : 0 |
+ url : (empty) |
+ } |
+ ] |
+ } |
+ type : log |
+} |
+ |