mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Fix line splitting in white-space: pre
flows
The newline position from one line was getting used repeatedly, causing extra "phantom" newlines in the following lines. Fixes #3413.
This commit is contained in:
parent
5e5f77a354
commit
f35941d91d
4 changed files with 31 additions and 1 deletions
|
@ -95,6 +95,7 @@ experimental == vertical-lr-blocks.html vertical-lr-blocks_ref.html
|
|||
== table_auto_width.html table_auto_width_ref.html
|
||||
== inline_whitespace_b.html inline_whitespace_ref.html
|
||||
== inline_whitespace_a.html inline_whitespace_ref.html
|
||||
== whitespace_pre.html whitespace_pre_ref.html
|
||||
== line_height_a.html line_height_ref.html
|
||||
== block_replaced_content_a.html block_replaced_content_ref.html
|
||||
== block_replaced_content_b.html block_replaced_content_ref.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue