Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / content / test / data / accessibility / aside.html
1 <!--
2 @MAC-ALLOW:AXRole*
3 @MAC-ALLOW:AXSubrole=*
4 @WIN-ALLOW:xml-roles*
5 -->
6 <!DOCTYPE html>
7 <html>
8 <body>
9
10 <p>The aside tag defines some content aside from the content it is placed in.</p>
11
12 <aside>
13   <h4>Aside tag</h4>
14   <p>The aside content should be related to the surrounding content.</p>
15 </aside>
16
17 </body>
18 </html>