summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/javascript-url-exception-isolation-expected.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/javascript-url-exception-isolation-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/javascript-url-exception-isolation-expected.txt
new file mode 100644
index 0000000..e062d24
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/javascript-url-exception-isolation-expected.txt
@@ -0,0 +1,12 @@
+CONSOLE MESSAGE: line 1: Uncaught 42
+CONSOLE MESSAGE: line 1: Uncaught SyntaxError: Unexpected token <
+Exceptions thrown in javascript URLs should not propagate to the main script.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS caughtException is false
+PASS caughtException is false
+PASS successfullyParsed is true
+
+TEST COMPLETE