611.html (302B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title>Input element with type="text" referenced by a label, no wai aria</title> 6 </head> 7 <body> 8 <input id="test" type="text"> 9 <label for="test">foo</label> 10 </body> 11 </html>