Bug 120345

Summary: Content is not displayed when the sibling container has CSS transform.
Product: WebKit Reporter: Martin Wittemann <martin.wittemann>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, simon.fraser, zalan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.8   
Attachments:
Description Flags
HTML file to reproduce the issue none

Description Martin Wittemann 2013-08-27 01:40:07 PDT
Created attachment 209725 [details]
HTML file to reproduce the issue

The attached html file contains two divs, one having -webkit-backface-visibility: hidden and the other doesn't. Both are embedded in two container divs having position absolute and other properties set (see file). The expected behavior would be that the content texts of both divs are visible but only the one having the backface visibility set is visible.
Comment 1 zalan 2013-08-27 02:17:48 PDT
This is not specific to -webkit-backface-visibilty, so it might be related to bug 101047
Comment 2 Ahmad Saleem 2022-06-11 03:48:55 PDT
I turned the test case into JS Fiddle and also removed prefix (-webkit-) and then tested on Safari 15.5 on macOS 12.4, Firefox Nightly 103 and Chrome Canary 104, all browsers render same and show two lines.

Link - https://jsfiddle.net/vbyudg4t/

Not visible
ABC

Since all browsers are working same then I think this can be marked as "RESOLVED INVALID" or "RESOLVED CONFIGURATION CHANGED". If it is not expected behavior of spec, then it can be raised separately. Thanks!