diff options
author | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-29 22:50:50 +0000 |
---|---|---|
committer | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-29 22:50:50 +0000 |
commit | cf39f564da5c410388468c911b6cbe5c57a04c19 (patch) | |
tree | 6c4a256bef049349f35880705af9b8f7902876d2 | |
parent | 34cf97d9c0c8f6f6fe9c35a427fa6c647f2e4ff7 (diff) | |
download | chromium_src-cf39f564da5c410388468c911b6cbe5c57a04c19.zip chromium_src-cf39f564da5c410388468c911b6cbe5c57a04c19.tar.gz chromium_src-cf39f564da5c410388468c911b6cbe5c57a04c19.tar.bz2 |
Roll DEPS for WebKit 48883:48904.
BUG=none
TEST=pray for green
TBR=atwilson
Review URL: http://codereview.chromium.org/235057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27553 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rwxr-xr-x | webkit/tools/layout_tests/test_expectations.txt | 10 |
2 files changed, 11 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "48883", + "webkit_revision": "48904", "ffmpeg_revision": "26428", } diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 20d2c16..697bcbe 100755 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2281,3 +2281,13 @@ BUG_LEVIN WIN LINUX : LayoutTests/fast/dom/Range/getClientRects.html = FAIL BUG_DGLAZKOV : LayoutTests/fast/dom/HTMLInputElement/size-attribute.html = FAIL BUG23306 WIN DEBUG : LayoutTests/transitions/repeated-firing-background-color.html = TIMEOUT FAIL + +// WebKit update 48883:48904 +BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-cloned-from-frameless-doc-context-2.html = FAIL +BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-cloned-from-frameless-doc-context.html = FAIL +BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-cloned-from-frameless-doc.xhtml = FAIL +BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-extracted-from-frameless-doc-context-2.html = FAIL +BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-extracted-from-frameless-doc-context.html = FAIL +BUG_SENORBLANCO : LayoutTests/fast/events/node-event-anchor-lock.html = FAIL +BUG_SENORBLANCO WIN LINUX : LayoutTests/fast/forms/selected-index-assert.html = FAIL +BUG_SENORBLANCO WIN LINUX : LayoutTests/svg/filters/feComposite.svg = FAIL |