mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user