summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-input/611.html
blob: c41595fe476da823363ed8fc5cc0c35aa1478d22 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>Input element with type="text" referenced by a label, no wai aria</title>
   </head>
   <body>
    <input id="test" type="text"/>
    <label for="test">foo</label>
   </body>
</html>