summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-30 18:43:28 +0000
committerjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-30 18:43:28 +0000
commitd861c764cf88c5d99327ef15bb603373186c5bda (patch)
treeec690ec04200850b1f426dcb7fc447be51971443 /webkit
parentbe10bc94efbe00f70441c738506d88f087e6e29b (diff)
downloadchromium_src-d861c764cf88c5d99327ef15bb603373186c5bda.zip
chromium_src-d861c764cf88c5d99327ef15bb603373186c5bda.tar.gz
chromium_src-d861c764cf88c5d99327ef15bb603373186c5bda.tar.bz2
Rebaseline worker-constructor.html and enable it and other 2 tests in running in UI test.
BUG=none TEST=none Review URL: http://codereview.chromium.org/160402 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22073 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-constructor-expected.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-constructor-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-constructor-expected.txt
index 8dde63c..a3653c9 100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-constructor-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-constructor-expected.txt
@@ -3,8 +3,8 @@ Test Worker constructor functionality. Should print a series of PASS messages, f
PASS: toString exception propagated correctly.
PASS: trying to create workers recursively resulted in an exception (RangeError: Maximum call stack size exceeded)
PASS: invoking Worker constructor without arguments resulted in an exception (SyntaxError: Not enough arguments)
-PASS: onerror invoked for an empty script URL.
-PASS: onerror invoked for an invalid script URL.
+PASS: invoking Worker constructor with empty script URL resulted in an exception (Error: SYNTAX_ERR: DOM Exception 12)
+PASS: invoking Worker constructor with invalid script URL resulted in an exception (Error: SYNTAX_ERR: DOM Exception 12)
PASS: onerror invoked for a script that could not be loaded.
PASS: Successfully created worker.
DONE