Use multiline attribute to check for IA2_STATE_MULTILINE.
[chromium-blink-merge.git] / content / test / data / accessibility / html / meter.html
blob220ee8fbd9d9f3ed29fd12cf6314216dd3b92137
1 <!--
2 @MAC-ALLOW:AXRoleDescription=*
3 @MAC-ALLOW:AXMaxValue=*
4 @MAC-ALLOW:AXMinValue=*
5 @MAC-ALLOW:AXValue=*
6 @WIN-ALLOW:currentValue=*
7 @WIN-ALLOW:maximumValue=*
8 @WIN-ALLOW:minimumValue=*
9 -->
10 <!DOCTYPE html>
11 <html>
12 <body>
13 <meter value="2" min="1" max="10">2 out of 10</meter>
14 </body>
15 </html>