GPU workaround to simulate Out of Memory errors with large textures
[chromium-blink-merge.git] / content / test / data / accessibility / aria / aria-menuitemcheckbox.html
blob24dd901874f1509537710071181eff580baeb57a
1 <!--
2 @MAC-ALLOW:AXRole*
3 @WIN-ALLOW:checkable:*
4 @WIN-ALLOW:xml-roles:*
5 @WIN-ALLOW:CHECKED*
6 @WIN-ALLOW:MIXED*
7 -->
8 <html>
9 <body>
10 <div role="menu">
11 <div role="menuitemcheckbox">Menu item 1</div>
12 <div role="menuitemcheckbox" aria-checked="true">Menu item 2</div>
13 <div role="menuitemcheckbox" aria-checked="mixed">Menu item 3</div>
14 </div>
15 </body>
16 </html>