summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/fieldset/fieldset-scroll-1.html
blob: 3f4d75daf0175d7e0231c47e218cfc2cc3a6cc9f (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE HTML>
<html>
<body>
<fieldset style="overflow:scroll; width:200px; height:200px; padding:0">
  <legend>Legend</legend>
</fieldset>
</body>
</html>