From f278f74b49f068b3bc1de49a0d90b33cb0d5c005 Mon Sep 17 00:00:00 2001 From: "jianli@chromium.org" Date: Wed, 26 Aug 2009 20:09:15 +0000 Subject: Also need to have rebaseline result for win since linux refers to win, instead of mac. TBR=levin BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24508 0039d316-1c4b-4281-b951-d872f2087c98 --- .../fast/dom/javascript-url-exception-isolation-expected.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/javascript-url-exception-isolation-expected.txt 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 -- cgit v1.1