diff options
author | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 00:58:31 +0000 |
---|---|---|
committer | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 00:58:31 +0000 |
commit | 4b706713acf8483673ca6a2ec543521dd2bd8d16 (patch) | |
tree | 798405f55dd119b7500149348b674e254222859f /DEPS | |
parent | 6b6734719b15274966e0f4aa0c014ee96b2c8466 (diff) | |
download | chromium_src-4b706713acf8483673ca6a2ec543521dd2bd8d16.zip chromium_src-4b706713acf8483673ca6a2ec543521dd2bd8d16.tar.gz chromium_src-4b706713acf8483673ca6a2ec543521dd2bd8d16.tar.bz2 |
WebKit merge 41588:41613 (Chromium side).
webkit\port\bindings\v8, webkit\build files
These are all adjustments to use the recently upstreamed V8Events files.
percent-top-value-with-relative-position-expected
This is a new test that has the same result in chromium but uses a slightly
different font to display it, so pixels and coordinates were also different.
search-field-cancel-expected
This is a new test that verifies the visual aspects of the search field.
Since chromium doesn't implement this field in a special way, chromium's
results are expected to be different.
Review URL: http://codereview.chromium.org/42163
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11606 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "41588", + "webkit_revision": "41613", } @@ -19,7 +19,7 @@ deps = { "http://googletest.googlecode.com/svn/trunk@167", "src/third_party/WebKit": - "/trunk/deps/third_party/WebKit@11576", + "/trunk/deps/third_party/WebKit@11603", "src/third_party/icu38": "/trunk/deps/third_party/icu38@11496", |