Index: LayoutTests/inspector/console/console-error-on-call-frame-expected.txt |
diff --git a/LayoutTests/inspector/console/console-error-on-call-frame-expected.txt b/LayoutTests/inspector/console/console-error-on-call-frame-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ec0a87350271d250c4775e2f6899b67772980fea |
--- /dev/null |
+++ b/LayoutTests/inspector/console/console-error-on-call-frame-expected.txt |
@@ -0,0 +1,14 @@ |
+CONSOLE MESSAGE: line 2: 42 |
+Tests that console.error does not throw exception when executed in console on call frame. |
+ |
+Debugger was enabled. |
+Set timer for test function. |
+Script execution paused. |
+Script execution resumed. |
+setTimeout(testFunction, 0) |
+1 |
+console.error(42) |
+42testFunction console-error-on-call-frame.html:10 |
+undefined |
+Debugger was disabled. |
+ |