Get foreground tab on Android
[chromium-blink-merge.git] / content / test / data / accessibility / list-markers.html
blobedba4c6083ab377bcaa0a6648ab1aee214f761d1
1 <!--
2 @MAC-ALLOW:AXSubrole*
3 -->
4 <html>
5 <body>
6 <ul>
7 <li> First item properly groups itself despite <b>bolded</b> text.
8 <li>This should also be <i>seen</i> as a group.
9 <li> Some <strong>more</strong> text.
10 <!-- Omission of closing ul as seen in live site -->
11 </body>
12 </html>