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-tabpanel.html
blob
e1dfa941b8dac8bf6fd5e45bf0e5082f8d3c16b6
1
<!--
2
@MAC-ALLOW:AXRole*
3
@MAC-ALLOW:AXSubrole*
4
@WIN-ALLOW:xml-roles*
5
-->
6
<!DOCTYPE
html
>
7
<html>
8
<body>
9
<div
role
=
"tabpanel"
>
10
<div
role
=
"tab"
>
11
<h3>
Item
</h3>
12
</div>
13
<div
role
=
"tab"
>
14
<h3>
Prices
</h3>
15
</div>
16
</div>
17
</body>
18
</html>