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
Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
region.html
blob
29e729b3420b4746dce1b8019b06109be08c5beb
1
<!--
2
@MAC-ALLOW:AXSubrole=AXDocumentRegion
3
@MAC-DENY:AXTitle*
4
@WIN-ALLOW:xml-roles:region
5
-->
6
<!doctype
html
>
7
<html>
8
<body>
9
<section>
10
This is a section element.
11
</section>
12
13
<div
role
=
"region"
>
14
This is an ARIA region.
15
</div>
16
</body>
17
</html>