[Webkit-unassigned] [Bug 84203] Layout Test svg/transforms/transform-origin-css-property.xhtml is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 18 10:56:33 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=84203





--- Comment #3 from Stephen Chenney <schenney at chromium.org>  2012-04-18 10:56:33 PST ---
Definitely a problem with the ref-test not matching. The test renders multiple svg rectangles rotated by 90 degrees with different transform-origin points, specified using different forms. e.g.

["50% 50%", "center 50%", "50% center", "center", "center center", [15, 15]]

All of the rects in a set should appear right on top of each other.

The ref-test just uses a single div with the % spec. 

My suspicion is that (15,15) is not the same as (50%,50%) when all is said and done.

As this test is testing that SVG supports the property, I propose fixing it by changing the ref to print multiple divs using the same values as the test.

I'll get a patch up.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list