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

<html>
	<head>
		<title>Results sorted by URL
		</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>
		<body>
			<h1>Results by URL
			</h1>
			<ol>
				<li>
					<h2>
						<a href="http://localhost:8000/testFontRules.html">http://localhost:8000/testFontRules.html
						</a>
					</h2>
					<ul>
						<li>Error: Fonts (family/size/style) are in a specified set
						</li>
						<li>Error: Fonts (family/size/style) are in a specified set
						</li>
						<li>Error: Fonts (family/size/style) are in a specified set
						</li>
						<li>Error: Fonts (family/size/style) are in a specified set
						</li>
						<li>Error: Fonts (family/size/style) are in a specified set
						</li>
						<li>Error: Fonts (family/size/style) are in a specified set
						</li>
					</ul>
				</li>
				<li>
					<h2>
						<a href="http://localhost:8000/testColorRules.html">http://localhost:8000/testColorRules.html
						</a>
					</h2>
					<ul>
						<li>Pass: Colors are in a specified set
						</li>
					</ul>
				</li>
			</ol>
		</body>