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

@@ -100,7 +100,7 @@
<!--
#parent-lime should have height 200px, sum of:
100px : height of #float-left-blue
+
(140px - 40px) : part of #clear-left's margin-bottom
@@ -109,10 +109,10 @@
200px
The position of the top border edge of the div#clear-left
is where it would have been if the element had a
is where it would have been if the element had a
non-zero bottom border. The margins of div#clear-left
collapse together to 140px and the top border edge of
div#clear-left is at 40px inside of it. Clearance is
collapse together to 140px and the top border edge of
div#clear-left is at 40px inside of it. Clearance is
added at such position, not to the whole 140px.
Issue with margin-collapse-clear-012.htm and margin-collapse-clear-013.htm