diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-14 20:50:39 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-14 20:50:39 +0000 |
commit | 81f9c1b7db09b078ea3b4cd59e7d444485327ed5 (patch) | |
tree | 9be343c21a641d013cb7a98c69a3f96e23744d49 /webkit/data | |
parent | 83ff0a63ed442d5df751fa3dcf793559157575db (diff) | |
download | chromium_src-81f9c1b7db09b078ea3b4cd59e7d444485327ed5.zip chromium_src-81f9c1b7db09b078ea3b4cd59e7d444485327ed5.tar.gz chromium_src-81f9c1b7db09b078ea3b4cd59e7d444485327ed5.tar.bz2 |
Rebaseline on mac too.
I forgot that this is a V8 test and needs to be rebaselined on mac too. The
windows/linux fix was in r16091.
TBR=dglazkov
Review URL: http://codereview.chromium.org/113413
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16097 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/invalid-syntax-for-function-expected.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/invalid-syntax-for-function-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/invalid-syntax-for-function-expected.txt index 4aa051a..73c4816 100644 --- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/invalid-syntax-for-function-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/invalid-syntax-for-function-expected.txt @@ -1,3 +1,3 @@ -CONSOLE MESSAGE: line 2: Uncaught SyntaxError: Unexpected token ILLEGAL +CONSOLE MESSAGE: line 1: Uncaught SyntaxError: Unexpected token ILLEGAL This test ensures we don't crash when we are given garbage for an attribute expecting a function. https://bugs.webkit.org/show_bug.cgi?id=19025 |