diff options
author | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-15 03:38:35 +0000 |
---|---|---|
committer | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-15 03:38:35 +0000 |
commit | 64ab6dbf71629143e2b75ce4de13bd4aaccb91f9 (patch) | |
tree | db105b02c5b991818485be069696bf829851ecf8 | |
parent | c7ef169e14e810cd8b3f21de02f19be2ad347507 (diff) | |
download | chromium_src-64ab6dbf71629143e2b75ce4de13bd4aaccb91f9.zip chromium_src-64ab6dbf71629143e2b75ce4de13bd4aaccb91f9.tar.gz chromium_src-64ab6dbf71629143e2b75ce4de13bd4aaccb91f9.tar.bz2 |
WebKit deps roll
R=darin@chromium.org
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/200130
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26193 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rwxr-xr-x | webkit/tools/layout_tests/test_expectations.txt | 9 |
2 files changed, 10 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "48354", + "webkit_revision": "48371", } deps = { diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index d68f26c..6cf73ff 100755 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2319,3 +2319,12 @@ BUG21764 : LayoutTests/fast/forms/ValidityState-typeMismatch-url.html = FAIL // New test added in r48336 (V8 bug) BUG21767 : LayoutTests/fast/js/Object-keys.html = FAIL BUG21767 : LayoutTests/http/tests/security/cross-frame-access-enumeration.html = TIMEOUT + +// WK roll to 48371 +BUG_21840 : LayoutTests/http/tests/loading/basic-auth-resend-wrong-credentials.html = FAIL +BUG_21840 : LayoutTests/http/tests/loading/basic-credentials-sent-automatically.html = FAIL +BUG_21841 : LayoutTests/plugins/destroy-during-npp-new.html = FAIL + +// missing upstream baseline from 48368 +BUG_21842 SKIP WIN LINUX : LayoutTests/platform/win/accessibility/scroll-to-anchor.html = FAIL + |