1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 19:38:36 +00:00
Files
UXP/layout/reftests/scrolling/text-1.html
T

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>