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
/
main.html
blob
1bb6060de7b37fb2c730dcad08fa88fc5bd5cb96
1
<!--
2
@MAC-ALLOW:AXRole*
3
@MAC-ALLOW:AXSubrole=*
4
@WIN-ALLOW:xml-roles:*
5
-->
6
<!DOCTYPE
html
>
7
<html>
8
<body>
9
<main>
10
This is main element.
11
</main>
12
13
<div
role
=
"main"
>
14
This is an ARIA role main.
15
</div>
16
</body>
17
</html>