Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkit-2023.7-embargoed
/
.
/
LayoutTests
/
fast
/
inline-block
/
relative-positioned-rtl-crash.html
blob: 388092c66b594440fec58c9ab308e50f705708eb [
file
] [
edit
]
<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>