602.html (389B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title>DIV with text and role="button" and title="Tag" and aria-label is not specified and aria-labelledby is not specified.</title> 6 </head> 7 <body> 8 <div id="test" role="button" title="Tag" style="outline:medium solid black; width:2em; height:1em;"></div> 9 </body> 10 </html>