589.html (284B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title>An element with role button without the aria-pressed state.</title> 6 </head> 7 <body> 8 <div id="test" role="button">This div has role button</div> 9 </body> 10 </html>