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