GPU workaround to simulate Out of Memory errors with large textures
[chromium-blink-merge.git] / content / test / data / accessibility / aria / aria-checked.html
blob3a8fe3f9a1e2bdcaa5b2698f4e59deb53bdcd9af
1 <!--
2 @MAC-ALLOW:AXRole*
3 @WIN-ALLOW:CHECKED*
4 @WIN-ALLOW:MIXED*
5 -->
6 <html>
7 <body>
8 <div role="checkbox" tabindex=0 aria-checked="true"></div>
9 <div role="checkbox" tabindex=1 aria-checked="false"></div>
10 <div role="checkbox" tabindex=2 aria-checked="mixed"></div>
11 </body>
12 </html>