haikuwebkit/LayoutTests/fast/text/text-align-justify-and-forc...

10 lines
268 B
HTML

<style>
div {
text-align: justify;
width: 200px;
background-color: yellow;
font-size: 16px;
}
</style>
<div>Unless otherwise specified by text-align-last, the<br> last line before a forced break<br> or the end of the block<br> is start-aligned.</divv>