diff options
author | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 20:09:15 +0000 |
---|---|---|
committer | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 20:09:15 +0000 |
commit | f278f74b49f068b3bc1de49a0d90b33cb0d5c005 (patch) | |
tree | d0ecbbfc5d07a5902619b818458aa91b15c6a2e1 /webkit | |
parent | 002c177a487d8fbf4bfe020e3713229e0ee4312a (diff) | |
download | chromium_src-f278f74b49f068b3bc1de49a0d90b33cb0d5c005.zip chromium_src-f278f74b49f068b3bc1de49a0d90b33cb0d5c005.tar.gz chromium_src-f278f74b49f068b3bc1de49a0d90b33cb0d5c005.tar.bz2 |
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
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/javascript-url-exception-isolation-expected.txt | 12 |
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 |