| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| -webkit-box-reflect: right 10px; |
| -webkit-box-reflect: below 10px; |
| -webkit-transform: translateZ(0); |
| -webkit-mask: -webkit-gradient(linear, left top, right top, from(transparent), to(white)); |
| <script type="text/javascript" charset="utf-8"> |
| if (window.layoutTestController) |
| layoutTestController.waitUntilDone(); |
| window.setTimeout(function() { |
| document.getElementById('inner').className = 'inner composited masked'; |
| if (window.layoutTestController) |
| layoutTestController.notifyDone(); |
| window.addEventListener('load', doTest, false); |
| <p>The four green squares should all have the mask applied.</p> |
| <div class="outer box composited"> |
| <div id="inner" class="inner composited"> |