[refactor] More post-NSS WebCrypto cleanups (utility functions).
[chromium-blink-merge.git] / content / test / data / accessibility / aria / aria-textbox.html
blobd3dff296d3bc492f77f9fbf93dcea96bc9987dd0
1 <!--
2 @MAC-ALLOW:AXRole*
3 @WIN-ALLOW:IA2_STATE_SINGLE_LINE
4 @WIN-ALLOW:IA2_STATE_MULTI_LINE
5 @WIN-ALLOW:xml-roles*
6 @WIN-ALLOW:caret_offset*
7 @WIN-ALLOW:n_selections*
8 @WIN-ALLOW:selection_start*
9 @WIN-ALLOW:selection_end*
10 -->
11 <!DOCTYPE html>
12 <html>
13 <body>
14 <div role="textbox"></div>
15 <div role="textbox" aria-multiline="true"></div>
16 </body>
17 </html>