repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use multiline attribute to check for IA2_STATE_MULTILINE.
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
aria
/
aria-textbox.html
blob
3b59ca17aa52aeb32c3c325f20d9fd7d7b1a2a0b
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
-->
7
<!DOCTYPE
html
>
8
<html>
9
<body>
10
<div
role
=
"textbox"
></div>
11
<div
role
=
"textbox"
aria-multiline
=
"true"
></div>
12
</body>
13
</html>