summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/386065-1.html
blob: 569554354878ba14683a083e5606a02978eb4156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>

<head>
 <style type="text/css">
  legend {font-size:0;}
 </style>
</head>

<body>
  <form>
   <fieldset>
    <legend>Invisible text</legend>
   </fieldset>

  </form>
 </body>
</html>