[refactor] More post-NSS WebCrypto cleanups (utility functions).
[chromium-blink-merge.git] / content / test / data / accessibility / html / summary.html
blob4a1fcbfd094bdfa4ada73e3aa72d2d49346103ac
1 <!--
2 @MAC-ALLOW:AXRole*
3 -->
4 <!DOCTYPE html>
5 <html>
6 <body>
7 <details>
8 <summary>details tag</summary>
9 <p>The details tag specifies additional details that the user can view or hide on demand.</p>
10 </details>
11 </body>
12 </html>