Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitglib/2.52
/
.
/
LayoutTests
/
fast
/
inline
/
blocks-in-inline-layout-with-rtl-direction1-expected.html
blob: 5aa47a204f545a2931aade7062d1df6739560e6c [
file
] [
edit
]
<style>
.
container
{
direction
:
rtl
;
}
</style>
<div
class
=
container
>
<span
style
=
"
border
:
2px
solid blue
;
"
>
<div>
rtl
</div>
</span>
</div>