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
/
html
/
textarea.html
blob
e56ac63c0d0648d65e45296c5cafbd8f738d2739
1
<!--
2
@MAC-ALLOW:AXRole*
3
@WIN-ALLOW:IA2_STATE*
4
-->
5
<!DOCTYPE
html
>
6
<html>
7
<body>
8
9
<textarea
rows
=
"4"
cols
=
"50"
>
10
The textarea tag defines a multi-line text input control.
11
</textarea>
12
13
</body>
14
</html>