summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/fieldset/fieldset-scrolled-1-ref.html
blob: dc9bcaf9ea3bc5063ed0e1854b305711f1296761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE HTML>
<html>
<body>
<fieldset style="width:200px; height:200px; padding:0">
  <legend style="overflow:hidden">Legend</legend>
  <div id="d" style="overflow:hidden; height:100%;">
    <p>Hello Kitty
    <p>Hello Kitty
    <p>Hello Kitty
    <p>Hello Kitty
    <p>Hello Kitty
    <p>Hello Kitty
    <p>Hello Kitty
    <p>Hello Kitty
    <p>Hello Kitty
    <p>Hello Kitty
    <p>Hello Kitty
  </div>
</fieldset>
<script>
d.scrollTop = 20;
</script>
</body>
</html>