haikuwebkit/LayoutTests/fast/text/align-center-rtl-spill.html

4 lines
287 B
HTML

<div style="display: inline-block; width: 50px; height: 100px; background-color: red;"></div><div style="display: inline-block; width: 50px; text-align: center; direction: rtl;">
<div style="display: inline-block; width: 100px; height: 100px; background-color: green;"></div>
</div>