610.html (301B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title>Input element, no wai-aria</title> 6 </head> 7 <body> 8 <input id="test" type="text" aria-label="bar" aria-labelledby="ID1 test"> 9 <div id="ID1">foo</div> 10 </body> 11 </html>