mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +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;}
|
||||
|
||||
@@ -41,18 +41,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>
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
<div class="sliver-aqua"></div>
|
||||
</div>
|
||||
<div class="sliver-orange"></div>
|
||||
</td>
|
||||
</td>
|
||||
<td id="second-column">
|
||||
<div class="yellow">A</div>
|
||||
<div class="mid-container">
|
||||
|
||||
Reference in New Issue
Block a user