http://trac.webkit.org/changeset/87152 claims to be only a refactoring, but this test now fails when it didn't before: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20chromium.org&tests=svg%2FW3C-SVG-1.1%2Ffonts-glyph-04-t.svg
The 'l' looks different?
Pixel test baseline passes with 0 failures on mac (our default run-webkit-tests --tolerance 0.011 -p svg) That test doesn't fail for me locally on Snow Leopard...
(In reply to comment #2) > Pixel test baseline passes with 0 failures on mac (our default run-webkit-tests --tolerance 0.011 -p svg) That test doesn't fail for me locally on Snow Leopard... You can't compare chromium Mac with chromium Linux. Mac is using CG, Linux is using Skia as graphic library.
(In reply to comment #3) > (In reply to comment #2) > > Pixel test baseline passes with 0 failures on mac (our default run-webkit-tests --tolerance 0.011 -p svg) That test doesn't fail for me locally on Snow Leopard... > > You can't compare chromium Mac with chromium Linux. Mac is using CG, Linux is using Skia as graphic library. I didn't say that, I'm just saying that on Cg/Mac nothing is broken.
Committed r113891: <http://trac.webkit.org/changeset/113891>