Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / content / test / data / accessibility / progress.html
1 <!--
2 @MAC-ALLOW:AXRole*
3 @WIN-ALLOW:valuetext*
4 @WIN-ALLOW:currentValue=*
5 @WIN-ALLOW:minimumValue=*
6 @WIN-ALLOW:maximumValue=*
7 -->
8 <!DOCTYPE html>
9 <html>
10 <body>
11 <progress value="22" max="100"></progress>
12 </body>
13 </html>