Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / content / test / data / accessibility / aria-valuenow.html
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>