[Webkit-unassigned] [Bug 15724] REGRESSION: svg/custom/foreign-object-skew.svg is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 21 13:10:17 PDT 2012


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





--- Comment #15 from Philip Rogers <pdr at google.com>  2012-05-21 13:09:21 PST ---
I suggest we expand the scope of this bug, as it doesn't appear in just SVG. This also occurs in HTML and CSS transforms:

<html>
<head>
<style type="text/css"> 
div{
width:100px;
height:75px;
border:1px solid black;
}
div#div2 {
-webkit-transform:skew(30deg, 30deg); /* Safari and Chrome */
}
</style>
</head>
<body>
<div id="div2">Hello. This is a DIV element.<input type="button" value="Halo" /></div>
</body>
</html>

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