summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/fieldset/fieldset-min-width-2b.html
blob: 9b082726b46f5db7941e84d4439cd82c5cf87e94 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<body style="width: 0">
  <fieldset style="min-width: 0">
    <div style="visibility: hidden">Longwordgoeshere</div>
  </fieldset>
</body>