Use multiline attribute to check for IA2_STATE_MULTILINE.
[chromium-blink-merge.git] / content / test / data / accessibility / html / input-range.html
blob9ec2a7c1f16d54730e81031833e1b3053bc149d0
1 <!--
2 @WIN-ALLOW:currentValue*
3 @WIN-ALLOW:valuetext*
4 @WIN-DENY:description*
5 @WIN-DENY:name*
6 @WIN-ALLOW:xml-roles:*
7 -->
8 <html>
9 <body>
10 <input type="range" min=1 max=10 value=5>
11 </body>
12 </html>