toolbar-aria-expanded-undefined.html (464B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title><div> with role toolbar; inherited supported state or property "aria-expanded" value 6 of "undefined" 7 </title> 8 </head> 9 <body> 10 <div id="test" role="toolbar" aria-expanded="undefined"> 11 <div id="obj1" role="button">obj1</div> 12 <div id="obj2" role="button">obj2</div> 13 </div> 14 </body> 15 </html>