[webkit-reviews] review granted: [Bug 48704] Percentage z offset in transform-origin should make the property invalid : [Attachment 74497] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 21 08:31:40 PST 2010


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Rob Buis
<rwlbuis at gmail.com>'s request for review:
Bug 48704: Percentage z offset in transform-origin should make the property
invalid
https://bugs.webkit.org/show_bug.cgi?id=48704

Attachment 74497: Patch
https://bugs.webkit.org/attachment.cgi?id=74497&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=74497&action=review

> LayoutTests/fast/css/script-tests/transform-origin-parsing.js:18
> +shouldBe('test("-webkit-transform-origin: 10px 10px 10px",
"-webkit-transform-origin")', '"10px 10px 10px"');

It might be good to also test a lack of units on the z value:
"-webkit-transform-origin: 10px 10px 10"
This should not parse.


More information about the webkit-reviews mailing list