blob: acb8dd2217371c5b9ad3e64f719d687a9f9f082b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
height: 5000px;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function doTest()
{
window.scrollTo(0, 3000);
if (window.internals) {
document.getElementById('layers').innerText = internals.scrollingStateTreeAsText(document);
}
}
window.addEventListener('load', doTest, false);
</script>
</head>
<body>
<pre id="layers">Scrolling tree goes here</p>
</body>
</html>