blob: a5b15c9c72631b3e9a081cf37fdaee34e6509b3d [file] [log] [blame]
<html>
<head>
<style>
body {
overflow: hidden;
}
iframe {
position: absolute;
top: 0px;
left: 0px;
width: 400px;
height: 400px;
border: none;
}
#layertree {
position: absolute;
top: 10000px;
left: 0px;
}
</style>
<script>
function doTest() {
if (window.testRunner) {
document.getElementById('layertree').innerText = window.internals.layerTreeAsText(document);
testRunner.dumpAsText(true);
}
}
window.addEventListener('load', doTest, false);
</script>
<body>
<iframe src="rtl-fixed-overflow-scrolled.html"></iframe>
<pre id="layertree"></pre>
</body>
</html>