aboutsummaryrefslogtreecommitdiff
path: root/exampleData/headlessRuns/basic_report/summary.html
blob: 2477983ed2508f8249eab5ab5ed06cac5e848863 (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

<html>
	<head>
		<title>Summary of Results
		</title>
		<style type="text/css">h1 { font-size: 150%; }h2 { font-size: 110%; }li { margin: 5 0 0 0; }table { border: 1px solid grey; cellpadding: 5%; width: 200px; }
td.pass-number{ text-align: right;color: green; }
td.fail-number{ text-align: right;color: red; }
td.text{ text-align: left; }
th { font-weight: bold; }
td, th { border: 1px solid grey; }
.hlRow { background: #EEEEEE; }
.regRow { background: #FFFFFF; }

		</style>
	</head>
	<body>
		<h1>Headless Run Summary
		</h1>
		<p>
			<ul>
				<li>
					<a href="byurl.html">Results organized by URL
					</a>
				</li>
				<li>
					<a href="byrule.html">Results organized by Rule
					</a>
				</li>
			</ul>
		</p>
		<p>
			<div id="stats">
				<p>
					<h3>Unique URLs: 
						<span class="number">2
						</span>
					</h3>
				</p>
				<p>
					<table id="stats-table">
						<tr>
							<th>URL
							</th>
							<th>Pass
							</th>
							<th>Fail
							</th>
						</tr>
						<tr class="hlRow">
							<td class="text">
								<a href="http://localhost:8000/testColorRules.html">http://localhost:8000/testColorRules.html
								</a>
							</td>
							<td class="pass-number">0
							</td>
							<td class="fail-number">14
							</td>
						</tr>
						<tr class="regRow">
							<td class="text">
								<a href="http://localhost:8000/testFontRules.html">http://localhost:8000/testFontRules.html
								</a>
							</td>
							<td class="pass-number">0
							</td>
							<td class="fail-number">5
							</td>
						</tr>
					</table>
				</p>
			</div>
		</p>