748.html (371B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title>An INPUT type=text, password, checkbox, radio, file, or image , with id="test", with no aria-labelledby and no aria-label, does not have a role=presentation, is not referenced by a LABEL element, and has a title.</title> 6 </head> 7 <body> 8 <input type="password" id="test" title="crazy" value="baz"> 9 </body> 10 </html>