chromium/third_party/blink/web_tests/external/wpt/html/semantics/forms/the-fieldset-element/accessibility/aria-manual.html

<!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"