summaryrefslogtreecommitdiffstats
path: root/layout/reftests/scrolling/text-1.html
blob: 23afe84ce49943994c27548942b2ccc7b38ce46f (plain)
1
2
3
4
5
6
7
8
9
10
<!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>