544.html (285B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title>Test 544 An INPUT type=button, with id="test", value="foo", with no aria-labelledby and no aria-label and does not have a role=presentation.</title> 6 </head> 7 <body> 8 <input type="button" id="test" value="foo"> 9 </body> 10 </html>