summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/fieldset/fieldset-hidden-1-ref.html
blob: da53b994d0d272b2aed555e5ae911e592579734b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML>
<html>
<body>
<fieldset style="width:200px; height:200px; padding:0">
  <legend>Legend</legend>
  <div 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>
</body>
</html>