diff options
author | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 03:17:34 +0000 |
---|---|---|
committer | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 03:17:34 +0000 |
commit | 7c9b5e341f9b53bad90aa31f8d480e4809d1deb1 (patch) | |
tree | 972490e26ecea10f0608427027e8116609d2e58c | |
parent | 0e60083039fa5b27a8cb32b549063fa0cfd925ea (diff) | |
download | chromium_src-7c9b5e341f9b53bad90aa31f8d480e4809d1deb1.zip chromium_src-7c9b5e341f9b53bad90aa31f8d480e4809d1deb1.tar.gz chromium_src-7c9b5e341f9b53bad90aa31f8d480e4809d1deb1.tar.bz2 |
Roll WebKit DEPS 81134:81211.
Remove some test expectations that have been handled upstream.
TEST=None
BUG=None
TBR=apavlov@chromium.org
Review URL: http://codereview.chromium.org/6674022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78331 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 8 |
2 files changed, 1 insertions, 9 deletions
@@ -4,7 +4,7 @@ vars = { "googlecode_url": "http://%s.googlecode.com/svn", "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", "nacl_trunk": "http://src.chromium.org/native_client/trunk", - "webkit_revision": "81134", + "webkit_revision": "81211", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", "nacl_revision": "4508", diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index c107f52..a894e52 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -7,11 +7,3 @@ // Skip these tests until the test_expectations can be updated after this Chromium patch lands. BUGWK44797 SKIP : fullscreen = PASS FAIL TIMEOUT - -BUG_LEVIN MAC : fast/table/relative-position-containment.html = IMAGE -BUG_LEVIN MAC : fast/table/relative-position-offsets.html = IMAGE -BUG_LEVIN MAC : fast/table/relative-position-stacking.html = IMAGE -BUG_LEVIN MAC : svg/custom/mouse-move-on-svg-container-standalone.svg = IMAGE -BUG_LEVIN MAC : svg/custom/mouse-move-on-svg-container.xhtml = IMAGE -BUG_LEVIN MAC : svg/custom/mouse-move-on-svg-root-standalone.svg = IMAGE -BUG_LEVIN MAC : svg/custom/mouse-move-on-svg-root.xhtml = IMAGE |