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