1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / accessibility / html / bdo.html [blame]

<!--
@MAC_ALLOW:AXSubrole=*
@WIN_ALLOW:*
-->
<html>
<body>
  <bdo dir="ltr">Some LTR text</bdo>
  <bdo dir="rtl">Some RTL text <bdo dir="ltr">with some LTR text embedded</bdo></bdo>
</body>
</html>