summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/864.html
blob: 0b706e5c874e1c45874b950dc53105b097406e17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>test case 864	
      </title>
   </head>
   <body>
     <input type="text" id="test" aria-label="foo" role="combobox"
      aria-owns="owned_listbox" aria-activedescendant="selected_option" aria-expanded="true">
     <ul role="listbox" id="owned_listbox">
         <li role="option">Zebra</li>
         <li role="option" id="selected_option">Zoom</li>
     </ul>
   </body>
</html>