diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-16 10:43:12 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-16 10:43:12 +0000 |
commit | f92ef4e2c5bc5e0195a8475ee3306176e4be14ff (patch) | |
tree | ade7a9a067d5c61d534fecf3054f69457888d096 /webkit/data | |
parent | 37daf5b742a67987acb231645a88988f9a903377 (diff) | |
download | chromium_src-f92ef4e2c5bc5e0195a8475ee3306176e4be14ff.zip chromium_src-f92ef4e2c5bc5e0195a8475ee3306176e4be14ff.tar.gz chromium_src-f92ef4e2c5bc5e0195a8475ee3306176e4be14ff.tar.bz2 |
Fix rebaselining of a layout test. Accidentally rebaselines with a
wrong version of V8.
Review URL: http://codereview.chromium.org/125180
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18485 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
2 files changed, 2 insertions, 2 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt index 477fb14..b2ff6068 100644 --- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt @@ -1,4 +1,4 @@ -CONSOLE MESSAGE: line 203: Uncaught TypeError: undefined is not a function
+CONSOLE MESSAGE: line 205: Uncaught TypeError: undefined is not a function
Text for bug 25290: Crash when constructing XMLHttpRequest in a detached document.
PASS
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt index 477fb14..b2ff6068 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt @@ -1,4 +1,4 @@ -CONSOLE MESSAGE: line 203: Uncaught TypeError: undefined is not a function
+CONSOLE MESSAGE: line 205: Uncaught TypeError: undefined is not a function
Text for bug 25290: Crash when constructing XMLHttpRequest in a detached document.
PASS
|