Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-list-item.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>legend and dipslay: list-item</title>
<link rel=match href=legend-list-item-ref.html>
<style>
fieldset { margin: 0; padding: 0; border: none; }
legend { margin: 0 40px; padding: 0; display: list-item; }
</style>
<p>There should be a bullet point below.</p>
<fieldset>
<legend>X</legend>
</fieldset>