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

@@ -17,15 +17,15 @@
body
{
background: white url("support/ruler-v-100px-200px-300px.png") no-repeat;
margin: 34px 8px 8px 55px;
/*
34px : body's top margin collapsing with p's top margin: max(34px, 16px)
+ 20px : p's 1st line box height
margin: 34px 8px 8px 55px;
/*
34px : body's top margin collapsing with p's top margin: max(34px, 16px)
+ 20px : p's 1st line box height
+ 20px : p's 2nd line box height
+ 16px : p's bottom margin
+ 16px : p's bottom margin
+ 10px : height of topmost green bar
======
100px
100px
*/
}
@@ -49,7 +49,7 @@
clear: both;
margin-top: 100px;
}
/*
In this test, div#element-without-clearance
is what the spec refers to as
@@ -73,7 +73,7 @@
<div class="vertical-gap-separator"></div>
<!--
div#element-without-clearance's margin-top should collapse
div#element-without-clearance's margin-top should collapse
with #parent-block's margin-bottom: max(100px, 100px) = 100px
-->