Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
block
/
right-to-left-out-of-flow-with-inflow-content-expected.html
blob: 85c83c63efa6992853b7c5ea21883218cd38d271 [
file
] [
edit
]
<style>
.
container
{
direction
:
rtl
;
}
.
abs_pos
{
display
:
inline-block
;
width
:
500px
;
height
:
100px
;
background-color
:
blue
;
}
</style>
<div
class
=
container
>
PASS if this text is visible
<br><div
class
=
abs_pos
></div></div>