Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / content / test / data / accessibility / aria-listbox.html
1 <!--
2 @MAC-ALLOW:AXRole*
3 @WIN-ALLOW:xml-roles*
4 -->
5 <html>
6 <body>
7 <div role="listbox">
8   <div tabIndex="0" role="option">Item 1</div>
9   <div tabIndex="1" role="option">Item 2</div>
10 </div>
11 </body>
12 </html>