578.html (344B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title>A page with two div elements that have role="toolbar" but not aria-label property.</title> 6 </head> 7 <body> 8 <div id="test" role="toolbar">Toolbar 1</div> 9 <div id="test2" role="toolbar">Toolbar 2</div> 10 </body> 11 </html>