mirror of
https://github.com/servo/servo
synced 2026-04-29 19:07:38 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
<meta content="" name="flags">
|
||||
<meta content="With clear: left, the top border edge of the last paragraph must be below the floating paragraph, i.e., 50px lower. That means that the margin-bottom of the first paragraph must not collapse with the margin-top of the last paragraph and clearance must be added such that clearance + margin-top of last paragraph = 50px, i.e., clearance = 50px - margin-top of last paragraph = 50px - 75px = - 25px." name="assert">
|
||||
|
||||
|
||||
<style type="text/css">
|
||||
body {margin: 8px;}
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#firstParg
|
||||
{
|
||||
height: 25px;
|
||||
margin-bottom: 25px;
|
||||
margin-bottom: 25px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user