tenfourfox/layout/reftests/scrolling/text-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
239 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<div class="scrollTop" style="height:100px; overflow:hidden;">
<div style="margin-top:30px;">Hello Kitty</div>
<div style="height:400px;"></div>
</div>
<script src="scrolling.js"></script>
</body>
</html>