1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 17:18:11 +00:00
serenity/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

7 lines
105 B
HTML

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