864.html (503B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title>test case 864 6 </title> 7 </head> 8 <body> 9 <input type="text" id="test" aria-label="foo" role="combobox" 10 aria-owns="owned_listbox" aria-activedescendant="selected_option" aria-expanded="true"> 11 <ul role="listbox" id="owned_listbox"> 12 <li role="option">Zebra</li> 13 <li role="option" id="selected_option">Zoom</li> 14 </ul> 15 </body> 16 </html>