diff options
author | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 16:25:35 +0000 |
---|---|---|
committer | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 16:25:35 +0000 |
commit | 8b30662b7ca998a481c9dae66d8b6b05db47b38a (patch) | |
tree | 7b009f6cb1a267c5c1cb650d546a1edc68afcf08 /webkit/data | |
parent | b6b0ca4a70ad07fbd144068306b3f554cec60963 (diff) | |
download | chromium_src-8b30662b7ca998a481c9dae66d8b6b05db47b38a.zip chromium_src-8b30662b7ca998a481c9dae66d8b6b05db47b38a.tar.gz chromium_src-8b30662b7ca998a481c9dae66d8b6b05db47b38a.tar.bz2 |
Fixed Chrome implementation of worker error reporting to report errors via event listeners, not just via onerror.
Rebaselined worker-script-error test to reflect new test case.
Re-enabled WorkerFastLayoutTests.
BUG=20822
TEST=none (enabling existing tests)
Review URL: http://codereview.chromium.org/207002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26574 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 | 1 |
1 files changed, 1 insertions, 0 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 0f39673..3f15859 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 @@ -2,6 +2,7 @@ Test Worker script error handling functionality. Should print a series of PASS m 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: event listener 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. |