summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/fieldset/legend-overlapping-right-border-1.html
blob: 1f47db372b273803b94f0bce0500a7d1fe7a7cf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<style>
  fieldset {
    min-width: 0;
    width: 0;
  }
  legend {
    width: 100px;
    height: 20px;
  }
</style>
<fieldset>
  <legend></legend>
</fieldset>