summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-fieldset-element/accessibility/baseline-manual.html
blob: 2ee1ab20e95924d833a97574f9f2f7c53e29e608 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<title>fieldset accessibility test: baseline</title>
<link rel=help href=https://w3c.github.io/html-aam/#fieldset-element-accessible-name-computation>
<fieldset id=fieldset>
 <legend>Foo</legend>
 <input>
</fieldset>
<p>Expected accessible name for id=fieldset: "Foo"