| This test verifies that a software layer will be promoted to a composited layer |
| if its drop shadow intersects a composited layer. |
| <!-- If the test passes, the light green drop shadow should appear over the the black div where they intersect. --> |
| -webkit-filter: drop-shadow(25px 25px 0 lightgreen); |
| -webkit-transform: translate3d(0, 0, 0); |
| <div id="composited"></div> |
| <div id="software"></div> |
| document.getElementById("console").appendChild(document.createTextNode(window.internals.layerTreeAsText(document))); |