summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-list-item-ref.html
blob: 05b8ca4770b18a91aaf2d9f3038d6fe4162f289f (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<title>Reference for fieldset and dipslay: list-item</title>
<style>
  fieldset { margin: 0 40px; }
</style>
<p>There should be no bullet points below.</p>
<fieldset>
  <legend>X</legend>
</fieldset>