Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
bdo.html
blob: 4b679f2056d7060d747ce16a77b6bf93727bae9d [
file
] [
log
] [
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>