[Webkit-unassigned] [Bug 37873] New: Incorrect rendering of composited iframe content on Mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 20 11:07:56 PDT 2010


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

           Summary: Incorrect rendering of composited iframe content on
                    Mac
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cmarrin at apple.com


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.

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