Get foreground tab on Android
[chromium-blink-merge.git] / content / test / data / accessibility / bdo.html
blob4b679f2056d7060d747ce16a77b6bf93727bae9d
1 <!--
2 @MAC_ALLOW:AXSubrole=*
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>