[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 11:11:20 PDT 2012


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





--- Comment #4 from Dirk Schulze <krit at webkit.org>  2012-04-18 11:11:20 PST ---
(In reply to comment #3)
> 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.

The idea of ref tests is that they are platform independent. If the test is failing on chromium, it should get onto the skip list and needs investigation. If it turns out that the test is wrong, the test should be changed. Don't create platform dependent ref files.

-- 
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