blob: 21bfcd6e3fa792f6a84ff3a3234a4f038867f75b [file] [log] [blame]
<html>
<head>
<style>
body {
overflow: hidden;
}
iframe {
position: absolute;
top: 0px;
left: 0px;
width: 400px;
height: 400px;
border: none;
}
</style>
<script>
function doTest() {
if (window.testRunner && window.internals) {
testRunner.setCustomTextOutput(internals.layerTreeAsText(document));
testRunner.dumpAsTextWithPixelResults();
}
}
window.addEventListener('load', doTest, false);
</script>
<body>
<iframe src="rtl-fixed-overflow.html"></iframe>
</body>
</html>