summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/syntax/colors-006-ref.xht
blob: 9d8985cd2aa8b7baf3f97fb9ef157f347fbc284b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/>
<style type="text/css">
.maroonhex {
  background: #800000;
}
.redhex {
  background: #ff0000;
}
.orangehex {
  background: #ffa500;
}
.yellowhex {
  background: #ffff00;
}
.olivehex {
  background: #808000;
}
.purplehex {
  background: #800080;
}
.fuchsiahex {
  background: #ff00ff;
}
.whitehex {
  background: #ffffff;
}
.limehex {
  background: #00ff00;
}
.greenhex {
  background: #008000;
}
.navyhex {
  background: #000080;
}
.bluehex {
  background: #0000ff;
}
.aquahex {
  background: #00ffff;
}
.tealhex {
  background: #008080;
}
.blackhex {
  background: #000000;
}
.silverhex {
  background: #c0c0c0;
}
.grayhex {
  background: #808080;
}
td {
  height: 0.5in;
  width: 0.5in;
}
</style>
</head>
<body>
<p>Test passes if the first row of boxes below match the second row of boxes below.</p>
<table>
  <tr>
    <td class="maroonhex"/>
    <td class="redhex"/>
    <td class="orangehex"/>
    <td class="yellowhex"/>
    <td class="olivehex"/>
    <td class="purplehex"/>
    <td class="fuchsiahex"/>
    <td class="whitehex"/>
    <td class="limehex"/>
    <td class="greenhex"/>
    <td class="navyhex"/>
    <td class="bluehex"/>
    <td class="aquahex"/>
    <td class="tealhex"/>
    <td class="blackhex"/>
    <td class="silverhex"/>
    <td class="grayhex"/>
  </tr>
  <tr>
    <td class="maroonhex"/>
    <td class="redhex"/>
    <td class="orangehex"/>
    <td class="yellowhex"/>
    <td class="olivehex"/>
    <td class="purplehex"/>
    <td class="fuchsiahex"/>
    <td class="whitehex"/>
    <td class="limehex"/>
    <td class="greenhex"/>
    <td class="navyhex"/>
    <td class="bluehex"/>
    <td class="aquahex"/>
    <td class="tealhex"/>
    <td class="blackhex"/>
    <td class="silverhex"/>
    <td class="grayhex"/>
  </tr>
</table>
</body>
</html>