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