diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 06:12:26 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 06:12:26 +0000 |
commit | 785338ae38d775ef37aaf53a0a6b2a3e316903dc (patch) | |
tree | 153ad6c05e46d4f1553da00e97bb83e02488ca66 /DEPS | |
parent | fcf0272855583c84d6695865e12c7006e2c40467 (diff) | |
download | chromium_src-785338ae38d775ef37aaf53a0a6b2a3e316903dc.zip chromium_src-785338ae38d775ef37aaf53a0a6b2a3e316903dc.tar.gz chromium_src-785338ae38d775ef37aaf53a0a6b2a3e316903dc.tar.bz2 |
WebKit update [43512:43550]
* LayoutTests/fast/forms/search-styled.html
New test added with <http://trac.webkit.org/changeset/43522>. The corresponding change to RenderThemeWin.cpp doesn't affect chromium (which uses RenderThemeChromiumWin.cpp). Filed the follow-up bug <http://crbug.com/11793> to see if we want to make the same change to RenderThemeChromiumWin.
* LayoutTests/http/tests/misc/favicon-as-image.html
This go copied to a new location by <http://trac.webkit.org/changeset/43542>. Did a respective copy of the baseline (although tentatively seems to be failing locally, will see how it fares on the buildbot).
TBR=dglazkov
Review URL: http://codereview.chromium.org/113252
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "43512", + "webkit_revision": "43550", } |