add a use_alsa gyp setting
[chromium-blink-merge.git] / content / test / data / accessibility / bdo.html
blobdc64edfc94f9aa6812a21bcb780f1e99bc09416c
1 <!--
2 @MAC_ALLOW:subrole=*
3 @WIN_ALLOW:*
4 -->
5 <html>
6 <body>
7 <bdo dir="ltr">Some LTR text</bdo>
8 <bdo dir="rtl">Some RTL text <bdo dir="ltr">with some LTR text embedded</bdo></bdo>
9 </body>
10 </html>