Files
UXP-Fixed/layout/reftests/scrolling/text-1.html
T
2018-02-02 04:16:08 -05: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>