612.html (282B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title>Input with type="password" label/for without wai-aria</title> 6 </head> 7 <body> 8 <input type="password" id="test"> 9 <label for="test">foo</label></body> 10 </html>