[refactor] More post-NSS WebCrypto cleanups (utility functions).
[chromium-blink-merge.git] / content / test / data / accessibility / html / aside.html
blob37e3e9a7da34d461c3dfba50bbc6ff214bfd72ca
1 <!--
2 @MAC-ALLOW:AXRole*
3 @MAC-ALLOW:AXSubrole=*
4 @WIN-ALLOW:xml-roles*
5 -->
6 <!DOCTYPE html>
7 <html>
8 <body>
10 <p>The aside tag defines some content aside from the content it is placed in.</p>
12 <aside>
13 <h4>Aside tag</h4>
14 <p>The aside content should be related to the surrounding content.</p>
15 </aside>
17 </body>
18 </html>