blob: c61d62769acdd8b3547421420b8dc5aeff4c5f7b [file] [log] [blame]
<!doctype html>
<title>fieldset accessibility test: ARIA</title>
<div id=fieldset role=group aria-labelledby=legend>
<div id=legend>Foo</div>
<input>
</div>
<p>Expected accessible name for id=fieldset: "Foo"