Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
text
/
bidi-explicit-embedding-past-end.html
blob: 9fca5ea185134ceecdfd01fda92670384d6e329c [
file
] [
log
] [
blame
]
<!-- The correct rendering is a single 50x50 black box on the first line and a 100x50 black box on
the following line. -->
<div
style
=
"
font-family
:
ahem
;
font-size
:
50px
;
width
:
100px
;
"
>
a
<span
dir
=
"ltr"
style
=
"
color
:
blue
;
"
>
..
</span>
</div>