GPU workaround to simulate Out of Memory errors with large textures
[chromium-blink-merge.git] / content / test / data / accessibility / aria / aria-slider.html
blob0bed2405bd09d05aaad8ac93ca5d202785fb627c
1 <!--
2 @MAC-ALLOW:AXRole*
3 @WIN-ALLOW:xml-roles:*
4 @WIN-ALLOW:currentValue*
5 @WIN-ALLOW:minimumValue*
6 @WIN-ALLOW:maximumValue*
7 @WIN-DENY:name*
8 -->
9 <!DOCTYPE html>
10 <html>
11 <body>
12 <div role="slider" aria-valuenow="5" aria-valuemin="1" aria-valuemax="10">Slider</div>
13 </body>
14 </html>