ladybird/Tests/LibWeb/Layout/input/pre.html
Sebastian Zaha 92b56ded02 LibWeb: Fix whitespace getting trimmed incorrectly
Whitespace at the end of line should only be trimmed when
'white-space' is set to 'normal', 'nowrap', or 'pre-line'.
2023-07-17 21:47:34 +02:00

8 lines
105 B
HTML

<style>
pre {
display: inline;
border: 1px solid #000;
}
</style>
<pre> | </pre>