mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
79d2c9f3e8
These are treated the same as the last line in a block, per CSS-TEXT-3.
14 lines
240 B
HTML
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
|