Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <div style="width:100px; height:100px; perspective:100px; background:red;"> | |
| 3 <div style="position:fixed; left:25px; top:25px; width:50px; height:50px; tran sform:translateZ(50px); background:green;"></div> | |
| 4 </div> | |
| 5 This test verifies CSS perspective correctly applies to fixed-position descendan ts. The test passes if a 100x100 green box completely occludes the red box behin d. | |
| OLD | NEW |