summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/879.html
blob: a9a876a03ed916224fa4fb50d5542e753f6648f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html> 
<html>
  <head>  
    <title>ARIA 1.0 Test Case 879</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    <div role="listbox">
      <div role="option" aria-setsize="3" aria-label="foo" id="test" aria-posinset="1" tabindex="-1"></div> 
      <div role="option" aria-setsize="3" aria-posinset="2" tabindex="-1">Option 2</div> 
      <div role="option" aria-setsize="3" aria-posinset="3" tabindex="-1">Option 3</div>
    </div>
  </body>
</html>