Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / test / data / accessibility / html / progress.html
blob4f2cd00ef961cc8255574bd45aaac6f5f301ea5b
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>