| <title>CSS filter blur occlusion test.</title> |
| -webkit-transform: translateZ(0); |
| -webkit-filter: opacity(0%); |
| <script type="text/javascript"> |
| testRunner.dumpAsText(true); |
| This test guards against culling behind filters that change opacity. The red box is given |
| an opacity of 0% with a CSS filter, so only the green box behind it should be visible. |
| This version of the test causes part of the boxes to be out of view, testing the interaction |
| between their visible region with culling. |
| <div class="green-parent composited" style="position:absolute; left:0; top:0"> |
| <div class="centered composited" style="background-color: green;"> |
| <div class="composited centered alpha" style="background-color: red;"> |