add a use_alsa gyp setting
[chromium-blink-merge.git] / content / test / data / accessibility / list-markers.html
blob6a92bfdd68e42c8e8439d84cf3ec518e402512fa
1 <!--
2 @MAC-ALLOW:subrole*
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>