aboutsummaryrefslogtreecommitdiff
path: root/exampleData/headlessRuns/reports/byRule.html
blob: 9aabbfc203c93bc9e728d837cbc958062cda486f (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

<html>
	<head>
		<title>Results sorted by rule
		</title>
		<style type="text/css">table { border: 1px solid black; cellpadding: 5%; }
td.number{ text-align: right;color: blue; }
td.text{ text-align: left; }
th { weight: bold; }
td, th { border-style: groove; border-collapse: collapse; }
tr.hlRow { background-color: yellow; }
.display-box { background-color: #AA; }

		</style>
	</head>
	<body>
		<h1>Results by Rule
		</h1>
		<ol>
			<li>
				<h2>Colors are in a specified set
				</h2>
				<ul>
					<li>URL: 
						<a href="http://localhost:8000/testColorRules.html">http://localhost:8000/testColorRules.html
						</a>
					</li>
				</ul>
			</li>
			<li>
				<h2>Fonts (family/size/style) are in a specified set
				</h2>
				<ul>
					<li>URL: 
						<a href="http://localhost:8000/testFontRules.html">http://localhost:8000/testFontRules.html
						</a>
					</li>
					<li>URL: 
						<a href="http://localhost:8000/testFontRules.html">http://localhost:8000/testFontRules.html
						</a>
					</li>
					<li>URL: 
						<a href="http://localhost:8000/testFontRules.html">http://localhost:8000/testFontRules.html
						</a>
					</li>
					<li>URL: 
						<a href="http://localhost:8000/testFontRules.html">http://localhost:8000/testFontRules.html
						</a>
					</li>
					<li>URL: 
						<a href="http://localhost:8000/testFontRules.html">http://localhost:8000/testFontRules.html
						</a>
					</li>
					<li>URL: 
						<a href="http://localhost:8000/testFontRules.html">http://localhost:8000/testFontRules.html
						</a>
					</li>
				</ul>
			</li>
		</ol>