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
/
input-checkbox.html
blob
eda11af67a1e69edb152f35fe915c88e4d89d7c2
1
<!--
2
@MAC-ALLOW:AXRole*
3
@WIN-ALLOW:IA2_STATE_*
4
@WIN-ALLOW:xml-roles:*
5
@WIN-ALLOW:checkable:*
6
@WIN-ALLOW:CHECKED*
7
-->
8
<html>
9
<body>
10
<input
type
=
"checkbox"
checked
>
11
<input
type
=
"checkbox"
aria-checked
=
"true"
>
12
<input
type
=
"checkbox"
role
=
"checkbox"
aria-checked
=
"true"
>
13
</body>
14
</html>