summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-input/610.html
blob: bd234fbc498a4c94057a91ea01163bd2b159a5f2 (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, no wai-aria</title>
   </head>
   <body>
    <input id="test" type="text" aria-label="bar" aria-labelledby="ID1 test">
    <div id="ID1">foo</div>
   </body>
</html>