summaryrefslogtreecommitdiff
path: root/tests/test-performance/template.html
blob: 6134d682c2f40b6e41cf33616441386f4d390c1b (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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
<style type="text/css" href="default.css" media="screen"> 
	body {
		color: #555A60;
		font: normal 62.5% "Lucida Sans Unicode",sans-serif;
		margin: 0;
	}
	p,code,ul {
		font-size: 1.2em;
		padding-bottom: 1.2em;
	}
	h1 {
		font-size: 1.4em;
		margin-bottom: 4px;
	}
	th {
		background-color: #AAAAAA;
		color: #0;
	}
	code {
		border: 2px solid #C6C6C6;
		color: #666;
		display: block;
		font: normal 1.1em "Lucida Sans Unicode",serif;
		margin-bottom: 12px;
		padding: 8px 10px;
		white-space: pre;
	}
	h1,h2,h3 {
		color: #00AABB;
		padding-top: 6px;
	}
	
	.main {
		margin: 0 auto;
		width: 730px;
	}
	
	/* holders */
	.mybody {
		padding: 0 32px;
	}
</style>

<title>Performance testrun for libresourceqt</title>
</head>

<body>

<div class="main">
	<div class="mybody">
%%TESTRUNINFO%%
	</div>
	More performance test results can be found at <a href="http://policy.research.nokia.com/performance/">http://policy.research.nokia.com/performance/</a>
</div>

</body>
</html>