Index: LayoutTests/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt |
diff --git a/LayoutTests/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt b/LayoutTests/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..882b80bbca7281b72c1bfe015f7b4471acbe5fae |
--- /dev/null |
+++ b/LayoutTests/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt |
@@ -0,0 +1,6 @@ |
+CONSOLE ERROR: line 1: Uncaught RangeError: Maximum call stack size exceeded |
+Tests that when stack overflow happens before inspector is open source url is correctly shown in console. |
+ |
+Message: foo2.js:1 Uncaught RangeError: Maximum call stack size exceeded |
+TEST COMPLETE |
+ |