timothy_horton@apple.com | 2304bd5 | 2014-10-04 08:47:04 +0000 | [diff] [blame] | 1 | <html> |
| 2 | <style> |
| 3 | body { |
| 4 | height: 5000px; |
| 5 | width: 5000px; |
| 6 | } |
| 7 | </style> |
| 8 | <script> |
| 9 | window.onload = function () { |
| 10 | if (window.testRunner && window.internals) { |
| 11 | testRunner.dumpAsText(true); |
| 12 | internals.installMockPageOverlay("document"); |
| 13 | internals.installMockPageOverlay("view"); |
| 14 | |
| 15 | var layersResult = document.getElementById('layers'); |
| 16 | layersResult.innerText = window.internals.pageOverlayLayerTreeAsText(); |
| 17 | } |
| 18 | } |
| 19 | </script> |
| 20 | <body> |
| 21 | <pre id="layers" style="position: absolute; height: 1px; width: 1px; overflow: hidden;"></pre> |
| 22 | </body> |
| 23 | </html> |