diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-04 00:55:45 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-04 00:55:45 +0000 |
commit | d9a7e18a1633f5f2e7055f2a044acbfc4486a76c (patch) | |
tree | a9fd5568834343c454d216b6d1e8a55969e11d90 | |
parent | 17feef0bc90120cd94c7e11f218d9b5f0faf1a21 (diff) | |
download | chromium_src-d9a7e18a1633f5f2e7055f2a044acbfc4486a76c.zip chromium_src-d9a7e18a1633f5f2e7055f2a044acbfc4486a76c.tar.gz chromium_src-d9a7e18a1633f5f2e7055f2a044acbfc4486a76c.tar.bz2 |
Implementing layoutTestController.setIconDatabaseEnabled caused a
different error for this webarchive test. Add the new baselines.
TBR=brettw
Review URL: http://codereview.chromium.org/160561
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22353 0039d316-1c4b-4281-b951-d872f2087c98
2 files changed, 2 insertions, 2 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-link-rel-icon-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-link-rel-icon-expected.txt index 24eb21c..4e5e225 100644 --- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-link-rel-icon-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-link-rel-icon-expected.txt @@ -1,4 +1,4 @@ -CONSOLE MESSAGE: line 7: Uncaught TypeError: Object [object Object] has no method 'setIconDatabaseEnabled' +CONSOLE MESSAGE: line 8: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive' layer at (0,0) size 800x600 RenderView at (0,0) size 800x600 layer at (0,0) size 800x600 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/webarchive/test-link-rel-icon-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/webarchive/test-link-rel-icon-expected.txt index 24eb21c..4e5e225 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/webarchive/test-link-rel-icon-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/webarchive/test-link-rel-icon-expected.txt @@ -1,4 +1,4 @@ -CONSOLE MESSAGE: line 7: Uncaught TypeError: Object [object Object] has no method 'setIconDatabaseEnabled' +CONSOLE MESSAGE: line 8: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive' layer at (0,0) size 800x600 RenderView at (0,0) size 800x600 layer at (0,0) size 800x600 |