diff options
author | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-17 22:49:46 +0000 |
---|---|---|
committer | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-17 22:49:46 +0000 |
commit | 81f7d4217129cc631d94377808381989dc33ad0c (patch) | |
tree | d05b2569bde89ec70529c15babbd8fae1e8078a2 /webkit/data | |
parent | e0bccbae8ef62584a91407e2eebc3cecdddced2a (diff) | |
download | chromium_src-81f7d4217129cc631d94377808381989dc33ad0c.zip chromium_src-81f7d4217129cc631d94377808381989dc33ad0c.tar.gz chromium_src-81f7d4217129cc631d94377808381989dc33ad0c.tar.bz2 |
Splitting out svn:eol-style LF from other file changes in http://codereview.chromium.org/207002 because having them together makes the try server barf.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26518 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-script-error-expected.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-script-error-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-script-error-expected.txt index 42044af..0f39673 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-script-error-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-script-error-expected.txt @@ -1,10 +1,10 @@ -Test Worker script error handling functionality. Should print a series of PASS messages, followed with DONE.
-
-PASS: onerror invoked for a script that has invalid syntax.
-PASS: onerror invoked for a script that has script error 'Uncaught ReferenceError: foo is not defined' at line 1.
-PASS: onerror invoked for a script that has script error 'Uncaught ReferenceError: foo is not defined' at line 7.
-PASS: onerror invoked for a script that has script error 'Uncaught ReferenceError: foo is not defined' at line 7.
-PASS: onerror invoked for a script that has script error 'Uncaught ReferenceError: foo is not defined' at line 7.
-PASS: message received from WorkerGlobalScope.onerror: onerror invoked for a script that has script error 'Uncaught ReferenceError: foo is not defined' at line 7.
-DONE
-
+Test Worker script error handling functionality. Should print a series of PASS messages, followed with DONE. + +PASS: onerror invoked for a script that has invalid syntax. +PASS: onerror invoked for a script that has script error 'Uncaught ReferenceError: foo is not defined' at line 1. +PASS: onerror invoked for a script that has script error 'Uncaught ReferenceError: foo is not defined' at line 7. +PASS: onerror invoked for a script that has script error 'Uncaught ReferenceError: foo is not defined' at line 7. +PASS: onerror invoked for a script that has script error 'Uncaught ReferenceError: foo is not defined' at line 7. +PASS: message received from WorkerGlobalScope.onerror: onerror invoked for a script that has script error 'Uncaught ReferenceError: foo is not defined' at line 7. +DONE + |