+++ /dev/null
-<!DOCTYPE html>
-<html>
-<head>
- <style type="text/css">
- body {
- position: absolute;
- left: 50%;
- width: 500px;
- margin-left: -250px;
- }
- </style>
- <title>Hint Label on pages with absolute positioned body</title>
-</head>
-<body>
- <p>
- When using hints (f) on this page, the hint should be placed on
- the upper left corner of the links.
- <a href="#one">one</a><br/>
- <a href="#two">two</a>
- </p>
-</body>
-</html>
+++ /dev/null
-<html>
-<head>
-<title>hints</title>
-</head>
-<body>
- <ul>
- <li><a href="https://github.com">a href site 0</a></li>
- <li><a href="https://github.com">a href site 1</a></li>
- <li><a href="https://github.com">a href site 2</a></li>
- <li><a href="https://github.com">a href site 3</a></li>
- <li><a href="https://github.com">a href site 4</a></li>
- <li><a href="https://github.com">a href site 5</a></li>
- <li><a href="https://github.com">a href site 6</a></li>
- <li><a href="https://github.com">a href site 7</a></li>
- <li><a href="https://github.com">a href site 8</a></li>
- <li><a href="https://github.com">a href site 9</a></li>
- <li><a href="#0">a href anchor 0</a></li>
- <li><a href="#1">a href anchor 1</a></li>
- <li><a href="#2">a href anchor 2</a></li>
- <li><a href="#3">a href anchor 3</a></li>
- <li><a href="#4">a href anchor 4</a></li>
- <li><a href="#5">a href anchor 5</a></li>
- <li><a href="#6">a href anchor 6</a></li>
- <li><a href="#7">a href anchor 7</a></li>
- <li><a href="#8">a href anchor 8</a></li>
- <li><a href="#9">a href anchor 9</a></li>
- </ul>
-</body>
-</html>
-
--- /dev/null
+<html>
+<head>
+<title>hints</title>
+</head>
+<body>
+ <ul>
+ <li><a href="https://github.com">a href site 0</a></li>
+ <li><a href="https://github.com">a href site 1</a></li>
+ <li><a href="https://github.com">a href site 2</a></li>
+ <li><a href="https://github.com">a href site 3</a></li>
+ <li><a href="https://github.com">a href site 4</a></li>
+ <li><a href="https://github.com">a href site 5</a></li>
+ <li><a href="https://github.com">a href site 6</a></li>
+ <li><a href="https://github.com">a href site 7</a></li>
+ <li><a href="https://github.com">a href site 8</a></li>
+ <li><a href="https://github.com">a href site 9</a></li>
+ <li><a href="#0">a href anchor 0</a></li>
+ <li><a href="#1">a href anchor 1</a></li>
+ <li><a href="#2">a href anchor 2</a></li>
+ <li><a href="#3">a href anchor 3</a></li>
+ <li><a href="#4">a href anchor 4</a></li>
+ <li><a href="#5">a href anchor 5</a></li>
+ <li><a href="#6">a href anchor 6</a></li>
+ <li><a href="#7">a href anchor 7</a></li>
+ <li><a href="#8">a href anchor 8</a></li>
+ <li><a href="#9">a href anchor 9</a></li>
+ </ul>
+</body>
+</html>
+
--- /dev/null
+<!DOCTYPE html>
+<html>
+<head>
+ <style type="text/css">
+ body {
+ position: absolute;
+ left: 50%;
+ width: 500px;
+ margin-left: -250px;
+ }
+ </style>
+ <title>Hint Label on pages with absolute positioned body</title>
+</head>
+<body>
+ <p>
+ When using hints (f) on this page, the hint should be placed on
+ the upper left corner of the links.
+ <a href="#one">one</a><br/>
+ <a href="#two">two</a>
+ </p>
+</body>
+</html>