837.html (686B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title>Tree item with text value "Animals" with two descendant tree items with text value "Cats" and "Dogs".</title> 6 </head> 7 <body> 8 <ul id="tree0" role="tree" aria-activedescendant="tree0_item0" tabindex="0"> 9 <li id="tree0_item0" role="treeitem" aria-level="1" aria-expanded="true"> 10 Animals 11 <ul role="group"> 12 <li id="tree0_item0_1" role="treeitem" aria-level="2" aria-expanded="true">Cats</li> 13 <li id="tree0_item0_2" role="treeitem" aria-level="2" aria-expanded="true">Dogs</li> 14 </ul> 15 </li> 16 </ul> 17 </body> 18 </html>