Index: LayoutTests/http/tests/inspector-enabled/console-exception-source-url-expected.txt |
diff --git a/LayoutTests/http/tests/inspector-enabled/console-exception-source-url-expected.txt b/LayoutTests/http/tests/inspector-enabled/console-exception-source-url-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a7a80adabc6db5600cb0cc9bb305b5764f24e5d1 |
--- /dev/null |
+++ b/LayoutTests/http/tests/inspector-enabled/console-exception-source-url-expected.txt |
@@ -0,0 +1,6 @@ |
+CONSOLE ERROR: line 1: Uncaught ReferenceError: FAIL is not defined |
+Tests that when exception happens before inspector is open source url is correctly shown in console. |
+ |
+Uncaught ReferenceError: FAIL is not defined foo2.js:1 |
+TEST COMPLETE |
+ |