590.html (336B)
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 with an aria-pressed state of "true".</title> 6 </head> 7 <body> 8 <div id="test" role="button" aria-pressed='true'>This div has role button, with aria-pressed='true'</div> 9 </body> 10 </html>