Use multiline attribute to check for IA2_STATE_MULTILINE.
[chromium-blink-merge.git] / content / test / data / accessibility / html / details.html
blobb0612d56f3fee6d39a0170fd8bf3cda77c7e659b
1 <!--
2 @MAC-ALLOW:AXRole*
3 @MAC-ALLOW:AXExpanded=*
4 @WIN-ALLOW:EXPANDED
5 @WIN-ALLOW:COLLAPSED
6 -->
7 <!DOCTYPE html>
8 <html>
9 <body>
10 <details>
11 <summary>details tag</summary>
12 <p>The details tag specifies additional details that the user can view or hide on demand.</p>
13 </details>
15 <details open>
16 <summary>details tag open</summary>
17 <p>The details tag with open specifies that the details should be visible (open) to the user.</p>
18 </details>
19 </body>
20 </html>