| <title>Test of very large layer</title> |
| <style type="text/css" media="screen"> |
| background-color: yellow; |
| -webkit-transform:translateZ(0); |
| <script type="text/javascript" charset="utf-8"> |
| testRunner.waitUntilDone(); |
| // Wait for a layer update and the tiled layer to fill in. |
| window.setTimeout(function() { |
| window.setTimeout(function() { |
| document.getElementById('layers').innerHTML = window.internals.layerTreeAsText(document); |
| window.addEventListener('load', testOnLoad, false); |
| The yellow box should be large enough to scroll off the bottom. |
| There should be a red box on the first page and a blue box |
| near the bottom of the yellow box. This tests that we can support |
| very large compositing layers. |
| <div class="box at-the-top"></div> |
| <div class="box at-the-bottom"></div> |
| <pre id="layers">Layer tree appears here in DRT.</pre> |