diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-18 22:15:39 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-18 22:15:39 +0000 |
commit | 1b4d44eb423ebb40c716ae0c44cdb60accef1e37 (patch) | |
tree | 38cdd6822f5f9d9f5aaf79ee45973469019619ff | |
parent | edabdae3199e78bb6287ab80030ef5856c566db6 (diff) | |
download | chromium_src-1b4d44eb423ebb40c716ae0c44cdb60accef1e37.zip chromium_src-1b4d44eb423ebb40c716ae0c44cdb60accef1e37.tar.gz chromium_src-1b4d44eb423ebb40c716ae0c44cdb60accef1e37.tar.bz2 |
WebKit Update 43806:43832
The only casualty is a new test, which we fail:
http://trac.webkit.org/changeset/43822
R=levin
BUG=0
TEST=no additional test regressions.
Review URL: http://codereview.chromium.org/115483
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16332 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "43806", + "webkit_revision": "43832", } diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 624ef5c..241c0ad 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2671,3 +2671,6 @@ BUG12104 : LayoutTests/fast/backgrounds/background-clip-text.html = FAIL // Change upstream reveals an issue in V8 bindings: http://trac.webkit.org/changeset/43795 BUG12105 DEBUG : LayoutTests/svg/dom/svglist-exception-on-out-bounds-error.html = CRASH + +// New test, added in http://trac.webkit.org/changeset/43822, fails for us +BUG12197 : LayoutTests/editing/pasteboard/get-data-text-plain-drop.html = FAIL |