Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / test / data / accessibility / aria / aria-valuenow.html
blob330e1560c85d4804888f61c00af737d86f7a48f6
1 <!--
2 @MAC-ALLOW:AXRoleDescription=*
3 @MAC-ALLOW:AXValue=*
4 @WIN-ALLOW:currentValue*
5 @WIN-ALLOW:xml-roles*
6 -->
7 <!DOCTYPE html>
8 <html>
9 <body>
10 <div role="progressbar" aria-valuenow="3"></div>
11 </body>
12 </html>