mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Prevent margin collapse in the root flow
According to the CSS specification, section 8.3.1, margins of the root element's box do not collapse. Ensure that root flow margins do not collapse during the assign heights phase.
This commit is contained in:
parent
0e5d6dbac2
commit
65fce97f51
4 changed files with 17 additions and 2 deletions
|
@ -93,3 +93,4 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.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
|
||||
== root_margin_collapse_a.html root_margin_collapse_b.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue