diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-11 21:07:00 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-11 21:07:00 +0000 |
commit | ba02479cfff23a041e352286aadf92561a952c64 (patch) | |
tree | 9e8b3bb2605ade9324507b91b88e0b2fd5f17a33 /DEPS | |
parent | 962457224031ddf1239180b815349eabe46e5611 (diff) | |
download | chromium_src-ba02479cfff23a041e352286aadf92561a952c64.zip chromium_src-ba02479cfff23a041e352286aadf92561a952c64.tar.gz chromium_src-ba02479cfff23a041e352286aadf92561a952c64.tar.bz2 |
WebKit update 43401:43505.
The tests baselined are for the following reasons:
LayoutTests/editing/inserting/4960120-1.html
LayoutTests/fast/forms/textarea-scrollbar.html
LayoutTests/fast/forms/textarea-scrolled-type.html
LayoutTests/fast/overflow/overflow-focus-ring.html
Margins changed with <http://trac.webkit.org/changeset/43355> requiring rebaseline.
LayoutTests/fast/js/postfix-syntax.html
Test was modified with <http://trac.webkit.org/changeset/43446>.
LayoutTests/fast/layers/self-painting-outline.html
New test with <http://trac.webkit.org/changeset/43458>. Not too sure that this baseline is actually correct, but dglazkov thinks it is a known junction issue so we won't worry too much about it...
LayoutTests/editing/style/apply-through-end-of-document.html
New test added with <http://trac.webkit.org/changeset/43420>.
LayoutTests/fast/css/compare-content-style.html
New test added with <http://trac.webkit.org/changeset/43474>.
LayoutTests/webarchive/test-link-rel-icon.html
New test added with <http://trac.webkit.org/changeset/43501>. We don't support webarchive, but I generated a new baseline for this anyway to keep it from complaining.
Review URL: http://codereview.chromium.org/115196
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15780 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": "43401", + "webkit_revision": "43505", } |