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

<!doctype html>
<title>fieldset accessibility test: fieldset role=presentation</title>
<link rel=help href=http://w3c.github.io/aria/#presentation>
<fieldset id=fieldset role=presentation>
 <legend>Foo</legend>
 <input>
</fieldset>
<p>Expected no accessible node for id=fieldset.