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

@@ -27,14 +27,14 @@
{
background-color: green;
border-top: green solid 2px;
/*
This border-top's sole purpose is to prevent margin
/*
This border-top's sole purpose is to prevent margin
collapsing between itself and the p's margin-bottom
*/
height: 98px;
width: 100px;
}
div#child
{
background-color: red;
@@ -49,7 +49,7 @@
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div id="parent">
<div id="child"></div>
<div id="child"></div>
</div>
</body>