summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/t424-hsl-h-rotating-b.xht
blob: b310316f68a49e588863cccd96561173893fca6e (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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<title>CSS Test: modding of H values in hsl() colors</title>
		<link rel="author" title="L. David Baron" href="https://dbaron.org/" />
		<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
		<link rel="help" href="http://www.w3.org/TR/css3-color/#hsl-color" />
		<link rel="match" href="t424-hsl-h-rotating-b-ref.html" />
		<meta name="assert" content="H values in hsl() colors should be treated like angles, even when outside [0,360)" />
		<style type="text/css"><![CDATA[
		table { border-spacing: 0; padding: 0; border: none; }
		td { border: none; padding: 0; }
		td { width: 1.2em; height: 1.2em; }
		]]></style>
	</head>
	<body>
		<p>Each column in the following table should have every cell the
		same color, except for the checkerboard pattern at the right and
		left used to indicate the row positions.</p>

		<table>
			<tr>
				<td style="background: white">&nbsp;</td>
				<td style="background: hsl(0, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(60, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(120, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(180, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(240, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(300, 100%, 50%)">&nbsp;</td>
				<td style="background: black">&nbsp;</td>
			</tr>
			<tr>
				<td style="background: black">&nbsp;</td>
				<td style="background: hsl(-360, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(-300, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(-240, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(-180, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(-120, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(-60, 100%, 50%)">&nbsp;</td>
				<td style="background: white">&nbsp;</td>
			</tr>
			<tr>
				<td style="background: white">&nbsp;</td>
				<td style="background: hsl(360, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(420, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(480, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(540, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(600, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(660, 100%, 50%)">&nbsp;</td>
				<td style="background: black">&nbsp;</td>
			</tr>
			<tr>
				<td style="background: black">&nbsp;</td>
				<td style="background: hsl(6120, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(-9660, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(99840, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(-900, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(-104880, 100%, 50%)">&nbsp;</td>
				<td style="background: hsl(2820, 100%, 50%)">&nbsp;</td>
				<td style="background: white">&nbsp;</td>
			</tr>
		</table>

	</body>
</html>