Newer
Older
minerva / Tests / LibWeb / Layout / input / space-is-soft-line-break-opportunity.html
@minerva minerva on 13 Jul 230 bytes Initial commit
<style>
	.fixed_width {
		max-width: 50px;
		border: 1px solid black;
	}

	.nowrap {
		white-space: nowrap;
	}
</style>
<div class="fixed_width">
	<span class="nowrap">ABC</span><span> </span><span class="nowrap">ABC</span>
</div>