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

<!doctype html>
<title>fieldset accessibility test: role</title>
<fieldset id=fieldset>
 <legend id=legend>Foo</legend>
 <input>
</fieldset>
<p>Expected accessible role for id=fieldset: "group"
<p>Expected accessible role for id=legend: No corresponding role