Bug 37873 - Incorrect rendering of composited iframe content on Mac
Summary: Incorrect rendering of composited iframe content on Mac
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-20 11:07 PDT by Chris Marrin
Modified: 2010-09-10 15:11 PDT (History)
2 users (show)

See Also:


Attachments
iframe content for test case (put in same dir as test case) (1.42 KB, text/html)
2010-04-20 11:08 PDT, Chris Marrin
no flags Details
Test case (995 bytes, text/html)
2010-04-20 11:09 PDT, Chris Marrin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Marrin 2010-04-20 11:07:56 PDT
The attached test case renders incorrectly on Mac. The parent content is rotated using rotate3d, giving it a compositing layer. The content of the iframe has '-webkit-transform: rotateX(0)' which is a nop, but which also gives it a compositing layer. You see two copies of the iframe content, one correctly rotated with the parent content and one unrotated on top of it.
Comment 1 Chris Marrin 2010-04-20 11:08:34 PDT
Created attachment 53848 [details]
iframe content for test case (put in same dir as test case)
Comment 2 Chris Marrin 2010-04-20 11:09:08 PDT
Created attachment 53849 [details]
Test case
Comment 3 Simon Fraser (smfr) 2010-09-10 15:11:33 PDT
This works fine now.