blob: 60581f032ad80440bc8fec6ceae2fd1925eab765 [file] [log] [blame]
<html>
<head>
<style>
body {
margin: 0;
}
.fixed {
background: #fff;
position: fixed;
width: 100px;
height: 100px;
overflow: scroll;
}
.tall {
height: 2000px;
}
.wide {
width: 2000px;
}
</style>
<script src="../../../resources/ui-helper.js"></script>
<script src="resources/wheel-handler-region-helper.js"></script>
<script>
window.addEventListener('load', dumpNonFastScrollableRects, false);
</script>
</head>
<body>
<div class="fixed">
<div class="tall"></div>
</div>
<div class="tall wide"></div>
<pre id="output"></pre>
</body>
</html>