Bug 81134

Summary: background-visibility:hidden should create a RenderLayer
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: CSSAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: 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>
Attachments:
Description Flags
Patch dino: review+

Simon Fraser (smfr)
Reported 2012-03-14 11:05:24 PDT
The testcase in the URL fails because we fail to create a compositing layer for the background-visibility.
Attachments
Patch (7.58 KB, patch)
2012-03-14 11:31 PDT, Simon Fraser (smfr)
dino: review+
Simon Fraser (smfr)
Comment 1 2012-03-14 11:31:51 PDT
Simon Fraser (smfr)
Comment 2 2012-03-14 12:51:01 PDT
Simon Fraser (smfr)
Comment 3 2013-11-12 10:36:46 PST
*** Bug 24435 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.