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:
Martin Robinson 2014-08-15 16:29:39 -07:00
parent 0e5d6dbac2
commit 65fce97f51
4 changed files with 17 additions and 2 deletions

View file

@ -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