summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-16 17:18:28 +0000
committerreed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-16 17:18:28 +0000
commit58cc674a5521a984137baa973ba64ba563ffe046 (patch)
tree3f014fda4c9a80a13e1ea5ec957932b1e9e37da1
parente1296f3f0e7042ee735688b7cc29266e02a97dd4 (diff)
downloadchromium_src-58cc674a5521a984137baa973ba64ba563ffe046.zip
chromium_src-58cc674a5521a984137baa973ba64ba563ffe046.tar.gz
chromium_src-58cc674a5521a984137baa973ba64ba563ffe046.tar.bz2
enable hairline-clipping fix
Review URL: https://chromiumcodereview.appspot.com/9702118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127192 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--skia/skia.gyp5
-rw-r--r--webkit/tools/layout_tests/test_expectations.txt8
2 files changed, 8 insertions, 5 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 99b6fd5..bd037e9 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -755,11 +755,6 @@
'SK_DISABLE_FAST_AA_STROKE_RECT',
'SK_DEFAULT_FONT_CACHE_LIMIT=(20*1024*1024)',
- # Disable hairline-clipping fix (skia rev. 3366) as it causes 100+ layouttests
- # to need to be rebaselined (tiny change in scroll-bar thumb). Remove this
- # when we can perform the rebaseline.
- 'SK_IGNORE_HAIRLINE_CLIP_FIX',
-
# temporary for landing Skia rev 3077 with minimal layout test breakage
'SK_SIMPLE_TWOCOLOR_VERTICAL_GRADIENTS',
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt
index 0ccf700..fb8e4c9 100644
--- a/webkit/tools/layout_tests/test_expectations.txt
+++ b/webkit/tools/layout_tests/test_expectations.txt
@@ -43,3 +43,11 @@ BUGCR117799 : fast/backgrounds/repeat/negative-offset-repeat-transformed.html =
// rebaseline when skia 3398 lands
BUGEPOGER : platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo.xml = IMAGE
+BUGCR118411 : fast/repaint/focus-ring.html = IMAGE
+BUGCR118411 : fast/repaint/list-marker.html = IMAGE
+BUGCR118411 : svg/as-background-image/background-image-preserveaspectRatio-support.html = IMAGE
+BUGCR118411 : svg/as-image/img-preserveAspectRatio-support-1.html = IMAGE
+BUGCR118411 : svg/hixie/perf/001.xml = IMAGE
+BUGCR118411 : svg/hixie/perf/002.xml = IMAGE
+BUGCR118411 : svg/hixie/perf/007.xml = IMAGE
+