mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -35,17 +35,17 @@
|
||||
}
|
||||
|
||||
div#child-block {margin: 100px 0px;}
|
||||
|
||||
|
||||
/*
|
||||
In this testcase, div#child-block's vertical (top and bottom)
|
||||
margins should collapse with div#parent-block-container's vertical
|
||||
(top and bottom) margins because div#child-block has no used
|
||||
padding-top and no used padding-bottom. On the other hand,
|
||||
div#parent-block-container's vertical (top and bottom) margins
|
||||
should NOT collapse with div#grand-parent-block-container's vertical
|
||||
(top and bottom) margins because div#parent-block-container, after
|
||||
resolving percentage values, has an used padding-top value and an used
|
||||
padding-bottom value.
|
||||
In this testcase, div#child-block's vertical (top and bottom)
|
||||
margins should collapse with div#parent-block-container's vertical
|
||||
(top and bottom) margins because div#child-block has no used
|
||||
padding-top and no used padding-bottom. On the other hand,
|
||||
div#parent-block-container's vertical (top and bottom) margins
|
||||
should NOT collapse with div#grand-parent-block-container's vertical
|
||||
(top and bottom) margins because div#parent-block-container, after
|
||||
resolving percentage values, has an used padding-top value and an used
|
||||
padding-bottom value.
|
||||
*/
|
||||
]]></style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user