Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
fast
/
inline-block
/
relative-positioned-rtl-crash.html
blob: 388092c66b594440fec58c9ab308e50f705708eb [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<body
style
=
"
direction
:
rtl
;
"
>
<div
style
=
"
display
:
inline-block
;
width
:
100px
;
position
:
relative
;
height
:
10px
;
"
>
<img
style
=
"
position
:
absolute
;
"
/>
</div>
</body>