blob: cace814a8ce9f51ee4eaa1626b6e5377f528f22a (
plain)
1
2
3
4
5
6
|
<!DOCTYPE html>
<title>Reference with a fieldset and legend "Foo"</title>
<p>There should be a normal fieldset below with the legend "Foo".</p>
<fieldset>
<legend>Foo</legend>
</fieldset>
|