Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / content / test / data / accessibility / input-range.html
blob06c50d9cefedb0f5dab5c58f8a946bf76f532c4a
1 <!--
2 @WIN-ALLOW:currentValue*
3 @WIN-ALLOW:valuetext*
4 @WIN-DENY:description*
5 @WIN-DENY:name*
6 -->
7 <html>
8 <body>
9 <input type="range" min=1 max=10 value=5>
10 </body>
11 </html>