Update CSS tests to revision 7a87ef71fc579e52d3438e009107aa442bc4021b

This commit is contained in:
Ms2ger
2015-10-06 12:33:05 +02:00
parent ad94ef5a96
commit 145aea3eeb
1196 changed files with 14344 additions and 6221 deletions

View File

@@ -0,0 +1,93 @@
<!DOCTYPE html>
<html><head><title>CSS Reference</title>
<link href="http://fantasai.inkedblade.net/contact" rel="author" title="Elika J. Etemad">
<style>
table {
border-spacing: 0;
margin: 1em;
}
td {
width: 1em;
height: 1em;
border: solid gray;
}
.navy { background: navy}
.blue { background: blue }
.aqua { background: aqua }
.teal { background: teal }
.purp { background: purple }
.pink { background: fuchsia }
.yllw { background: yellow }
.orng { background: orange }
caption { background: green; }
</style>
</head><body><p>Test passes if the following three tables look identical.
</p><table>
<caption></caption>
<tbody><tr>
<td rowspan="2">
</td><td class="orng">
</td><td colspan="3">
</td><td class="navy">
</td></tr><tr>
<td rowspan="3">
</td><td class="yllw">
</td><td class="pink">
</td><td rowspan="2">
</td><td class="blue">
</td></tr><tr>
<td class="aqua">
</td><td colspan="2" rowspan="2">
</td><td rowspan="2">
</td></tr><tr>
<td class="teal">
</td><td class="purp">
</td></tr></tbody></table>
<table>
<tbody><tr>
<td rowspan="2">
</td><td class="orng">
</td><td colspan="3">
</td><td class="navy">
</td></tr><tr>
<td rowspan="3">
</td><td class="yllw">
</td><td class="pink">
</td><td rowspan="2">
</td><td class="blue">
</td></tr><tr>
<td class="aqua">
</td><td colspan="2" rowspan="2">
</td><td rowspan="2">
</td></tr><tr>
<td class="teal">
</td><td class="purp">
</td></tr></tbody></table>
<table>
<tbody><tr>
<td rowspan="2">
</td><td class="orng">
</td><td colspan="3">
</td><td class="navy">
</td></tr><tr>
<td rowspan="3">
</td><td class="yllw">
</td><td class="pink">
</td><td rowspan="2">
</td><td class="blue">
</td></tr><tr>
<td class="aqua">
</td><td colspan="2" rowspan="2">
</td><td rowspan="2">
</td></tr><tr>
<td class="teal">
</td><td class="purp">
</td></tr></tbody></table>
</body></html>