Update broken references to image assets
[chromium-blink-merge.git] / content / test / data / accessibility / aria / aria-tabpanel.html
blobe1dfa941b8dac8bf6fd5e45bf0e5082f8d3c16b6
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>