Index: test/inspector/runtime/console-log-doesnt-run-microtasks-expected.txt |
diff --git a/test/inspector/runtime/console-log-doesnt-run-microtasks-expected.txt b/test/inspector/runtime/console-log-doesnt-run-microtasks-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5a234ec78c382a8099b31d0e5bbe132bc89e1a8d |
--- /dev/null |
+++ b/test/inspector/runtime/console-log-doesnt-run-microtasks-expected.txt |
@@ -0,0 +1,21 @@ |
+Check that console.log doesn't run microtasks. |
+{ |
+ description : 42 |
+ type : number |
+ value : 42 |
+} |
+{ |
+ description : 43 |
+ type : number |
+ value : 43 |
+} |
+{ |
+ description : 239 |
+ type : number |
+ value : 239 |
+} |
+{ |
+ type : string |
+ value : finished |
+} |
+ |