546.html (364B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title>Test 546 An INPUT type=text, password, checkbox, radio, file, or img, with id="test", with no aria-labelledby and no aria-label, does not have a role=presentation, and is referenced by a LABEL element.</title> 6 </head> 7 <body> 8 <label for="test">States:</label> 9 <input type="text" id="test"> 10 </body> 11 </html>