[webkit-reviews] review granted: [Bug 22212] [Transforms] redrawing turds when transforming element with abs. pos child : [Attachment 25109] Patch, testcase, changelog

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 12 17:27:10 PST 2008


mitz at webkit.org has granted Simon Fraser (smfr) <simon.fraser at apple.com>'s
request for review:
Bug 22212: [Transforms] redrawing turds when transforming element with abs. pos
child
https://bugs.webkit.org/show_bug.cgi?id=22212

Attachment 25109: Patch, testcase, changelog
https://bugs.webkit.org/attachment.cgi?id=25109&action=review

------- Additional Comments from mitz at webkit.org
> +	#box {
> +	   position: relative;
> +	    margin: 50px;
> +	    width: 200px;
> +	    height: 200px;
> +	    border: 2px solid black;
> +	    -webkit-transform: rotate(0deg);
> +
> +	}

Tiny indentation problem here.

> +	   Finally, fix a bug in RenderBox::localToAbsoluteQuad() which was
getting
> +	   borderTopExtra() from the object, rather than its container (as
localToAbsolute()
> +	   does).

Do you have a test for this?

r=me


More information about the webkit-reviews mailing list