[Webkit-unassigned] [Bug 81134] New: background-visibility:hidden should create a RenderLayer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 14 11:05:24 PDT 2012


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

           Summary: background-visibility:hidden should create a
                    RenderLayer
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: data:text/html,<!DOCTYPE html> <style>div { width:
                    100px; height: 100px }</style> <div
                    style="-webkit-transform: rotateX(180deg);
                    -webkit-transform-style: preserve-3d; background:
                    lime">   <div style="-webkit-backface-visibility:
                    hidden; background: red">   </div> </div>
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com
                CC: dino at apple.com


The testcase in the URL fails because we fail to create a compositing layer for the background-visibility.

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