blob: ec5944292393addff704dc2433e49574586c3e5a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
width: 2000px;
height: 2000px;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function doTest()
{
if (window.internals) {
document.getElementById('layers').innerText = internals.layerTreeAsText(document, internals.LAYER_TREE_INCLUDES_TILE_CACHES);
}
}
window.addEventListener('load', doTest, false);
</script>
</head>
<body>
<pre id="layers">Layer tree goes here</p>
</body>
</html>