haikuwebkit/LayoutTests/fast/inline-block/relative-positioned-rtl-cra...

10 lines
264 B
HTML

<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>