The transition point checking if we're scaling correctly is way off the right edge of the DRT window.
Also it seems like somehow the new baselines ended up in the generic platform results accidentally, I'll fix that too.
Actually, instead I'm going to fix them so that they can stay in the generic platform results. I'm dropping the scrollbar in oversized-pattern-scale and not using the gradient anymore in transformed-pattern-clamp-svg-root, so they should be good everywhere.
Created attachment 108922 [details] patch to fix both tests added in r96155
Err, forgot about the scrollbars.
Created attachment 108924 [details] patch
Comment on attachment 108924 [details] patch Attachment 108924 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/9878481 New failing tests: svg/custom/oversized-pattern-scale.svg svg/custom/transformed-pattern-clamp-svg-root.svg
(In reply to comment #6) > (From update of attachment 108924 [details]) > Attachment 108924 [details] did not pass chromium-ews (chromium-xvfb): > Output: http://queues.webkit.org/results/9878481 > > New failing tests: > svg/custom/oversized-pattern-scale.svg > svg/custom/transformed-pattern-clamp-svg-root.svg Ahh, and now that someone's checked in Chromium results for the original versions of these tests, I should have been expecting this.
Landed in r96176, will require removal of the previously added platform-specific results.