Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef

This commit is contained in:
Ms2ger
2015-12-09 01:48:05 -05:00
parent 9aa1b1e408
commit 35c74aecc2
11290 changed files with 92400 additions and 49214 deletions

View File

@@ -26,17 +26,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>