diff options
author | japhet@chromium.org <japhet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-08 16:25:58 +0000 |
---|---|---|
committer | japhet@chromium.org <japhet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-08 16:25:58 +0000 |
commit | dc42d8cce4cf233ff01f27f390595f321c85bd0b (patch) | |
tree | 1e834fb3dcc4daa4977406935541a3ee31c8bcda | |
parent | 8f5970fd0cb8cc22e477b08888f1a3675607df2e (diff) | |
download | chromium_src-dc42d8cce4cf233ff01f27f390595f321c85bd0b.zip chromium_src-dc42d8cce4cf233ff01f27f390595f321c85bd0b.tar.gz chromium_src-dc42d8cce4cf233ff01f27f390595f321c85bd0b.tar.bz2 |
WebKit deps roll 48098:48155.
BUG=none
TEST=none
TBR=eroman
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25625 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "48098", + "webkit_revision": "48155", } diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index d09becf..4b22a05 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2456,3 +2456,7 @@ BUG_VICTORW WIN DEBUG : LayoutTests/fast/regex/cross-frame-callable.html = TIMEO // Webkit 48071:48078 BUG_VICTORW MAC : LayoutTests/fast/forms/enter-clicks-buttons.html = CRASH + +// WebKit 48098:48155 +BUG21267 : LayoutTests/fast/events/click-focus-anchor.html = FAIL +BUG21267 : LayoutTests/fast/events/tab-focus-anchor.html = FAIL |