mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 17:18:11 +00:00

Whitespace at the end of line should only be trimmed when 'white-space' is set to 'normal', 'nowrap', or 'pre-line'.
7 lines
105 B
HTML
7 lines
105 B
HTML
<style>
|
|
pre {
|
|
display: inline;
|
|
border: 1px solid #000;
|
|
}
|
|
</style>
|
|
<pre> | </pre>
|