summaryrefslogtreecommitdiff
path: root/tests/test-performance/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-performance/template.html')
-rw-r--r--tests/test-performance/template.html62
1 files changed, 0 insertions, 62 deletions
diff --git a/tests/test-performance/template.html b/tests/test-performance/template.html
deleted file mode 100644
index 6134d68..0000000
--- a/tests/test-performance/template.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<!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> \ No newline at end of file