summaryrefslogtreecommitdiff
path: root/fixtures/KernelMajor.Score.HTML.expected
diff options
context:
space:
mode:
Diffstat (limited to 'fixtures/KernelMajor.Score.HTML.expected')
-rw-r--r--fixtures/KernelMajor.Score.HTML.expected31
1 files changed, 8 insertions, 23 deletions
diff --git a/fixtures/KernelMajor.Score.HTML.expected b/fixtures/KernelMajor.Score.HTML.expected
index ab5b6a6..116f74d 100644
--- a/fixtures/KernelMajor.Score.HTML.expected
+++ b/fixtures/KernelMajor.Score.HTML.expected
@@ -1,23 +1,8 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-<meta charset="utf-8">
-<link rel="shortcut icon" type="image/gif" href="https://foo.zone/favicon.ico" />
-<link rel="stylesheet" href="https://foo.zone/style.css" />
-<title>Top 3 Score&#39;s by KernelMajor</title>
-</head>
-<body>
-<h1 style="display: inline">Top 3 Score&#39;s by KernelMajor</h1><br />
-<br />
-<span class="quote">Score is calculated by combining all other metrics.</span><br />
-<br />
-<pre>+-----+----------------+-------+
-| Pos | KernelMajor | Score |
-+-----+----------------+-------+
-| 1. | Linux 3... | 736 |
-| 2. | FreeBSD 10... | 406 |
-| 3. | Linux 5... | 268 |
-+-----+----------------+-------+
-</pre>
-</body>
-</html>
+<h1>Top 3 Score&#39;s by KernelMajor</h1>
+<p>Score is calculated by combining all other metrics.</p>
+<table>
+<tr><th>Pos</th><th>KernelMajor</th><th>Score</th></tr>
+<tr><td>1.</td><td> Linux 3...</td><td>736</td></tr>
+<tr><td>2.</td><td> FreeBSD 10...</td><td>406</td></tr>
+<tr><td>3.</td><td> Linux 5...</td><td>268</td></tr>
+</table>