summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-fieldset-element/accessibility/fieldset-role-presentation-manual.html
blob: e1360d29c9ac0e3085da212273ddabe8542fdf09 (plain)
1
2
3
4
5
6
7
8
<!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.