diff options
author | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-30 22:41:24 +0000 |
---|---|---|
committer | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-30 22:41:24 +0000 |
commit | 1729df199fa12276ef11cd1aefb9c45459069d8d (patch) | |
tree | f7537a1d2848dc425cbbaed7a505ce961842e70a | |
parent | 168ab016471f0d044ac821976f64d8cf4ab23661 (diff) | |
download | chromium_src-1729df199fa12276ef11cd1aefb9c45459069d8d.zip chromium_src-1729df199fa12276ef11cd1aefb9c45459069d8d.tar.gz chromium_src-1729df199fa12276ef11cd1aefb9c45459069d8d.tar.bz2 |
Roll DEPS for WebKit 48937:48947. Also a bit of test_exp cleanup.
BUG=none
TEST=none
TBR=atwilson
Review URL: http://codereview.chromium.org/256018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27673 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rwxr-xr-x | webkit/tools/layout_tests/test_expectations.txt | 7 |
2 files changed, 5 insertions, 4 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "48937", + "webkit_revision": "48947", "ffmpeg_revision": "26428", } diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 2e2f75c..bc17601 100755 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -166,8 +166,7 @@ WONTFIX SKIP : LayoutTests/webarchive/adopt-inline-styled-node-webarchive.html = // between a key event and a search event. You cannot count on this // always being exactly the same, so we allow this to either PASS or FAIL // but not CRASH or TIMEOUT. -WONTFIX DEBUG SLOW WIN LINUX : LayoutTests/fast/forms/search-event-delay.html = FAIL PASS -WONTFIX DEBUG SLOW MAC : LayoutTests/fast/forms/search-event-delay.html = FAIL +WONTFIX DEBUG SLOW WIN MAC LINUX : LayoutTests/fast/forms/search-event-delay.html = FAIL PASS // Chrome uses different keyboard accelerators from those used by Safari, so // these tests will always fail. @@ -2283,4 +2282,6 @@ BUG_SENORBLANCO : LayoutTests/fast/js/toString-stack-overflow.html = FAIL BUG_SENORBLANCO WIN : LayoutTests/fast/replaced/border-radius-clip.html = FAIL BUG_SENORBLANCO : LayoutTests/http/tests/globalhistory/history-delegate-basic-302-redirect.html = FAIL BUG_SENORBLANCO : LayoutTests/http/tests/globalhistory/history-delegate-basic-refresh-redirect.html = FAIL -BUG_SENORBLANCO LINUX : LayoutTests/svg/custom/circular-marker-reference-3.svg = FAIL + +// WebKit update 48937:48947 +BUG_SENORBLANCO WIN LINUX : LayoutTests/fast/repaint/transform-absolute-in-positioned-container.html = FAIL |