mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update CSS tests to revision 31d63cc79bd4c929ed582229e936d7b389f3e6ab
This commit is contained in:
parent
1a81b18b9f
commit
2c9faf5363
91915 changed files with 5979820 additions and 0 deletions
|
@ -0,0 +1,69 @@
|
|||
<!DOCTYPE html>
|
||||
<html><!-- Submitted from TestTWF Paris --><head>
|
||||
<title>CSS Test reference</title>
|
||||
<link href="mailto:info@anselm-hannemann.com" rel="author" title="Anselm Hannemann">
|
||||
<link href="http://fantasai.inkedblade.net/contact" rel="reviewer" title="Elika J Etemad">
|
||||
<meta content="ahem" name="flags">
|
||||
|
||||
<style type="text/css">
|
||||
.multicol-wrapper>*{
|
||||
font-family: Ahem;
|
||||
}
|
||||
|
||||
div.multicol-wrapper{
|
||||
border: thin solid black;
|
||||
display: inline-block;
|
||||
margin: 1em auto;
|
||||
width: 360px;
|
||||
}
|
||||
|
||||
.multicol-basic-ref{
|
||||
background: yellow;
|
||||
width: 360px;
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.multicol-basic-ref td{
|
||||
padding: 0;
|
||||
}
|
||||
.multicol-basic-ref-item{
|
||||
padding: 0;
|
||||
width: 120px;
|
||||
background: #000;
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
display: inline;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.item-1{
|
||||
background: purple;
|
||||
color: purple;
|
||||
}
|
||||
|
||||
.item-2{
|
||||
background: orange;
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.item-3{
|
||||
background: blue;
|
||||
color: blue;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there are three vertical stripes in the yellow box below: 1st purple, 2nd orange, 3rd blue.</p>
|
||||
<div class="multicol-wrapper">
|
||||
<table class="multicol-basic-ref">
|
||||
<tbody><tr>
|
||||
<td><div class="multicol-basic-ref-item item-1">XXXX XXXX XXXX XXXX XXXX XXXX XXXX</div></td>
|
||||
<td><div class="multicol-basic-ref-item item-2">XXXX XXXX XXXX XXXX XXXX XXXX XXXX</div></td>
|
||||
<td><div class="multicol-basic-ref-item item-3">XXXX XXXX XXXX XXXX XXXX XXXX XXXX</div></td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
</div>
|
||||
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue