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

<html>
	<head>
		<title>Summary of Results
		</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>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 classid="display-box">
				<p>
					<h3>Unique URLs: 2
					</h3>
				</p>
				<p>
					<table id="stats-table">
						<tr>
							<th>URL
							</th>
							<th>Pass
							</th>
							<th>Fail
							</th>
						</tr>
						<tr classid="hlRow">
							<td>http://localhost:8000/testFontRules.html
							</td>
							<td>0
							</td>
							<td>6
							</td>
						</tr>
						<tr classid="regRow">
							<td>http://localhost:8000/testColorRules.html
							</td>
							<td>1
							</td>
							<td>0
							</td>
						</tr>
					</table>
				</p>
			</div>
		</p>