haikuwebkit/LayoutTests/fast/text/apply-start-width-after-ski...

11 lines
231 B
HTML

<style>
div { width: 100px; background-color: lightgreen; color: lightblue; font: 20px 'Ahem'; }
span { border-left: 40px solid silver; }
</style>
<div>
xx<span> x</span> x x
</div>
<div>
<span> x</span> x x
</div>