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-separator.html
blob
3ba0eafa5cde1003c912b1424b27b6d1b7cd3c6b
1
<!--
2
@MAC-ALLOW:AXRole*
3
@WIN-ALLOW:xml-roles:*
4
-->
5
<!DOCTYPE
html
>
6
<html>
7
<body>
8
Before
9
<div
role
=
"separator"
>
This is ARIA separator.
</div>
10
After
11
</body>
12
</html>