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:
@@ -33,19 +33,19 @@
|
||||
#zero-height-first-float
|
||||
{
|
||||
float: left;
|
||||
width: 18em;
|
||||
/*
|
||||
or any other width number which would
|
||||
represent less than the document box width
|
||||
width: 18em;
|
||||
/*
|
||||
or any other width number which would
|
||||
represent less than the document box width
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
#red-overlapped-second-float
|
||||
{
|
||||
background-color: red;
|
||||
float: left;
|
||||
padding: 5em;
|
||||
width: 4em;
|
||||
width: 4em;
|
||||
}
|
||||
]]></style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user