Bug 52827 - webkit-box-reflect + webkit-transform: rotate
Summary: webkit-box-reflect + webkit-transform: rotate
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P3 Normal
Assignee: Nobody
URL: http://s3.johntregoning.com/tests/web...
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-20 11:42 PST by John Tregoning
Modified: 2011-09-01 17:17 PDT (History)
2 users (show)

See Also:


Attachments
Reduced demo page showing the described behaviour. (341 bytes, text/html)
2011-01-20 12:05 PST, John Tregoning
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Tregoning 2011-01-20 11:42:56 PST
Using "-webkit-box-reflect" in combination with: "-webkit-transform: rotate" does not behave as expected, the rotation is applied to both the element and the reflection instead of only the element.

RESULT:
(Screenshot): http://s3.johntregoning.com.s3.amazonaws.com/tests/webkit/actual.png

EXPECTED:
(Screenshot): http://s3.johntregoning.com.s3.amazonaws.com/tests/webkit/expected.png

I have found this in all versions of webkit (including the nightly build  r75891)
Comment 1 John Tregoning 2011-01-20 12:05:15 PST
Created attachment 79630 [details]
Reduced demo page showing the described behaviour.
Comment 2 Simon Fraser (smfr) 2011-09-01 17:17:01 PDT
No, this is as designed. The element is reflected first, and then transformed.