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
Update broken references to image assets
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
aria
/
aria-switch.html
blob
064c87ff6ce070422f506559de7d9ce72f5310a1
1
<!--
2
@MAC-ALLOW:AXRole*
3
@MAC-ALLOW:AXSubrole*
4
@WIN-ALLOW:xml-roles*
5
@WIN-ALLOW:checkable:*
6
@WIN-ALLOW:CHECKED*
7
-->
8
<!DOCTYPE
html
>
9
<html>
10
<body>
11
<div
role
=
"switch"
></div>
12
<div
role
=
"switch"
aria-checked
=
"true"
></div>
13
<div
role
=
"switch"
aria-checked
=
"mixed"
></div>
14
</body>
15
</html>