diff options
author | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-22 20:42:46 +0000 |
---|---|---|
committer | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-22 20:42:46 +0000 |
commit | 17fe53a88e45b61ed75873244c549a71f1544a56 (patch) | |
tree | e948e2b72e7555e136308f04107a265b3b12a240 | |
parent | 6642bd38a45a8d92526e895f6032ade0de44cd1d (diff) | |
download | chromium_src-17fe53a88e45b61ed75873244c549a71f1544a56.zip chromium_src-17fe53a88e45b61ed75873244c549a71f1544a56.tar.gz chromium_src-17fe53a88e45b61ed75873244c549a71f1544a56.tar.bz2 |
Roll DEPS for Skia 490:504, to pick up a fix for a path rasterization bug. This makes 1 layout test need rebaselining.
BUG=26480
TEST=layout test fast/transforms/shadow.html
Review URL: http://codereview.chromium.org/652059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39624 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -3,7 +3,7 @@ vars = { "http://svn.webkit.org/repository/webkit/trunk", "webkit_revision": "55089", "ffmpeg_revision": "39607", - "skia_revision": "490", + "skia_revision": "504", "chromium_git": "http://src.chromium.org/git", "swig_revision": "37274", } diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index b851c2b..16f6126 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2957,3 +2957,6 @@ BUG35923 LINUX : fast/backgrounds/animated-gif-as-background.html = IMAGE // Failed with roll to r54937 (incorrect color of hovered item) BUG36113 WIN LINUX : fast/css/first-letter-first-line-hover.html = IMAGE+TEXT BUG36113 MAC : fast/css/first-letter-first-line-hover.html = IMAGE + +// This needs rebaselining after the roll to skia r504. +BUG26480 WIN LINUX : fast/transforms/shadows.html = IMAGE |