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..8cf6576f31e9722d6b1ff6e6dbd35771ad15d301 |
--- /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. |
+ |
+Message: foo2.js:1 Uncaught ReferenceError: FAIL is not defined |
+TEST COMPLETE |
+ |