mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
Layout 2020: Implement basic white-space: pre support With these changes `<pre>` and `<br>` preserve spaces and force line breaks appropriately. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #26440 - [x] There are tests for these changes