ladybird/Tests/LibWeb/Layout/input/text-align-justify-with-forced-break.html
Andreas Kling 79d2c9f3e8 LibWeb: Don't justify text lines that end in a forced break
These are treated the same as the last line in a block, per CSS-TEXT-3.
2023-06-10 21:46:33 +02:00

14 lines
240 B
HTML

<!doctype html><style>
div {
text-align: justify;
border: 1px solid black;
width: 100px;
height: 100px;
}
</style><div>
foo bar baz
foo bar baz<br>
foo bar baz
foo bar baz
foo bar baz<br>
foo bar baz