aboutsummaryrefslogtreecommitdiff
path: root/exampleData/headlessRuns/basic_report/byURL.html
blob: 2054b9fd7d85519e5c0445542cb0e6be2fe82a1a (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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96

<html>
	<head>
		<title>Results sorted by URL
		</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>
		<body>
			<h1>Results by URL
			</h1>
			<ol>
				<li>
					<h2>
						<a href="http://localhost:8000/testColorRules.html">http://localhost:8000/testColorRules.html
						</a>
					</h2>
					<ul>
						<li class="regRow">Color Guidelines: Foreground/background color guidelines
							<br/>Rule Name: foreground color: #C3C2C5 / Rule Desc: null / XPath:     //*[@id=&quot;nav-left&quot;]
						</li>
						<li class="hlRow">Color Guidelines: Foreground/background color guidelines
							<br/>Rule Name: foreground color: #C3C2C5 / Rule Desc: null / XPath:     /html/body/div/ul
						</li>
						<li class="regRow">Color Guidelines: Foreground/background color guidelines
							<br/>Rule Name: foreground color: #C3C2C5 / Rule Desc: null / XPath:     /html/body/div/ul/li
						</li>
						<li class="hlRow">Color Guidelines: Foreground/background color guidelines
							<br/>Rule Name: foreground color: #EE / Rule Desc: null / XPath:     /html/body/div/ul/li/a
						</li>
						<li class="regRow">Color Guidelines: Foreground/background color guidelines
							<br/>Rule Name: foreground color: #C3C2C5 / Rule Desc: null / XPath:     /html/body/div/ul/li[2]
						</li>
						<li class="hlRow">Color Guidelines: Foreground/background color guidelines
							<br/>Rule Name: foreground color: #EE / Rule Desc: null / XPath:     /html/body/div/ul/li[2]/a
						</li>
						<li class="regRow">Color Guidelines: Foreground/background color guidelines
							<br/>Rule Name: foreground color: #C3C2C5 / Rule Desc: null / XPath:     /html/body/div/ul/li[3]
						</li>
						<li class="hlRow">Color Guidelines: Foreground/background color guidelines
							<br/>Rule Name: foreground color: #EE / Rule Desc: null / XPath:     /html/body/div/ul/li[3]/a
						</li>
						<li class="regRow">Color Guidelines: Foreground/background color guidelines
							<br/>Rule Name: foreground color: #FFFFF1 / Rule Desc: null / XPath:     /html/body/div[2]/p
						</li>
						<li class="hlRow">Color Guidelines: Foreground/background color guidelines
							<br/>Rule Name: foreground color: #CCCCCC / Rule Desc: null / XPath:     /html/body/div[2]/p[2]
						</li>
						<li class="regRow">Color Guidelines: Foreground/background color guidelines
							<br/>Rule Name: foreground color: #808080 / Rule Desc: null / XPath:     /html/body/div[2]/hr
						</li>
						<li class="hlRow">Color Guidelines: Foreground/background color guidelines
							<br/>Rule Name: foreground color: #808080 / Rule Desc: null / XPath:     /html/body/div[2]/hr[2]
						</li>
						<li class="regRow">Color Guidelines: Foreground/background color guidelines
							<br/>Rule Name: foreground color: #C7C7C7 / Rule Desc: null / XPath:     //*[@id=&quot;content&quot;]
						</li>
						<li class="hlRow">Color Guidelines: Foreground/background color guidelines
							<br/>Rule Name: non-standard header color: #000000 / Rule Desc: null / XPath:     /html/body/div[2]/h1
						</li>
					</ul>
				</li>
				<li>
					<h2>
						<a href="http://localhost:8000/testFontRules.html">http://localhost:8000/testFontRules.html
						</a>
					</h2>
					<ul>
						<li class="regRow">Fonts: Guidelines regarding site fonts
							<br/>Rule Name: non-standard font: serif, 32, bold / Rule Desc: null / XPath:     /html/body/h1
						</li>
						<li class="hlRow">Fonts: Guidelines regarding site fonts
							<br/>Rule Name: non-standard font: Verdana, 24, normal / Rule Desc: null / XPath:     /html/body/p[2]
						</li>
						<li class="regRow">Fonts: Guidelines regarding site fonts
							<br/>Rule Name: non-standard font: Times, 16, normal / Rule Desc: null / XPath:     /html/body/p[3]
						</li>
						<li class="hlRow">Fonts: Guidelines regarding site fonts
							<br/>Rule Name: non-standard font: Times, 24, normal / Rule Desc: null / XPath:     /html/body/p[4]
						</li>
						<li class="regRow">Fonts: Guidelines regarding site fonts
							<br/>Rule Name: non-standard font: Times, 36, normal / Rule Desc: null / XPath:     /html/body/p[5]
						</li>
					</ul>
				</li>
			</ol>
		</body>