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:
@@ -11,16 +11,16 @@
|
||||
{
|
||||
border-collapse: separate;
|
||||
border-spacing: 0px;
|
||||
}
|
||||
|
||||
td#first-column {padding: 0px 4px 0px 6px;}
|
||||
|
||||
}
|
||||
|
||||
td#first-column {padding: 0px 4px 0px 6px;}
|
||||
|
||||
td#second-column
|
||||
{
|
||||
border: black solid thin;
|
||||
padding: 0px;
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
div {height: 50px;}
|
||||
|
||||
@@ -33,18 +33,18 @@
|
||||
}
|
||||
|
||||
div.sliver-orange {border-left: orange solid 10px;}
|
||||
|
||||
|
||||
div.yellow {background-color: yellow;}
|
||||
|
||||
div.aqua
|
||||
{
|
||||
background-color: aqua;
|
||||
background-color: aqua;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
div.orange {background-color: orange;}
|
||||
]]></style>
|
||||
div.orange {background-color: orange;}
|
||||
]]></style>
|
||||
|
||||
</head>
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
<div class="sliver-yellow"></div>
|
||||
<div><div class="sliver-aqua"></div></div>
|
||||
<div class="sliver-orange"></div>
|
||||
</td>
|
||||
</td>
|
||||
<td id="second-column">
|
||||
<div class="yellow">A</div>
|
||||
<div><div class="aqua">B</div></div>
|
||||
|
||||
Reference in New Issue
Block a user