From 95c5d9faea4ef473e266dd572942ad76de24374a Mon Sep 17 00:00:00 2001 From: "yurys@chromium.org" Date: Tue, 23 Mar 2010 09:05:59 +0000 Subject: Revert 42327 which caused test failures on Mac. Revert "Update fast/workers/worker-script-error.html expectations in Chromium. Expected results of this test need update due to WebKit change http://trac.webkit.org/changeset/56329 and reenanle WorkerTest.WorkerScriptError" TBR=pfeldman Review URL: http://codereview.chromium.org/1174001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42330 0039d316-1c4b-4281-b951-d872f2087c98 --- .../LayoutTests/fast/workers/worker-script-error-expected.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'webkit') 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 5c2c8c9..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 @@ -3,12 +3,9 @@ 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: bar is not defined' at line 3. 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 -PASS: onerror invoked for an exception in setTimeout callback. -DONE -- cgit v1.1