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-readonly.html
blob
f6d944b1cad0c112d0a9f7dfbde0f73fd0aaf6d9
1
<!--
2
@MAC-ALLOW:AXValue=*
3
-->
4
<html>
5
<body>
6
<input
aria-readonly
=
"false"
tabindex
=
"0"
value
=
"Editable text"
>
7
<input
aria-readonly
=
"true"
tabindex
=
"1"
value
=
"Uneditable text"
>
8
</body>
9
</html>