diff options
author | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-03 17:27:19 +0000 |
---|---|---|
committer | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-03 17:27:19 +0000 |
commit | 9509e75d2d4650cf47384878e42fa90cee22e5fe (patch) | |
tree | 235b3434a7ccf0b12e1d7858d13c45247fbd4498 | |
parent | a24004be92d4441d10a5a55b0cb2b3e0341f1024 (diff) | |
download | chromium_src-9509e75d2d4650cf47384878e42fa90cee22e5fe.zip chromium_src-9509e75d2d4650cf47384878e42fa90cee22e5fe.tar.gz chromium_src-9509e75d2d4650cf47384878e42fa90cee22e5fe.tar.bz2 |
Roll WebKit revision 48020.
- Two layout test failures:
* LayoutTests/storage/statement-error-callback.html:
To fix it, we need to implement layoutTestController.clearAllDatabases,
bug 20995, skip for now.
* LayoutTests/fast/forms/input-maxlength-ime-completed.html:
This is a new test from webkit, bug 20993 filed and assigned.
R=japhet
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/201003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25323 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 8 |
2 files changed, 9 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "48001", + "webkit_revision": "48020", } diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index f1bc866..812a7d7 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2334,3 +2334,11 @@ BUG20933 WIN : LayoutTests/editing/deleting/delete-br-013.html = FAIL BUG20933 WIN : LayoutTests/editing/pasteboard/paste-blockquote-into-blockquote-3.html = FAIL BUG20898 MAC DEBUG : LayoutTests/svg/W3C-SVG-1.1/painting-marker-02-f.svg = FAIL PASS + +// WebKit 48001:48020 +// New Webkit test: http://trac.webkit.org/changeset/48011 +// maxLength does not work for IME input in this test. +BUG20993 : LayoutTests/fast/forms/input-maxlength-ime-completed.html = FAIL +// Need to implement clearAllDatabases in layoutTestController. +BUG20995 SKIP : LayoutTests/storage/statement-error-callback.html = FAIL + |