Move manual hint tests into own directory.
authorDaniel Carl <danielcarl@gmx.de>
Fri, 3 Aug 2018 22:34:19 +0000 (00:34 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Fri, 3 Aug 2018 22:34:19 +0000 (00:34 +0200)
tests/manual/hints-absolute-positioned-body.html [deleted file]
tests/manual/hints.html [deleted file]
tests/manual/hints/hints.html [new file with mode: 0644]
tests/manual/hints/label-positioning.html [new file with mode: 0644]

diff --git a/tests/manual/hints-absolute-positioned-body.html b/tests/manual/hints-absolute-positioned-body.html
deleted file mode 100644 (file)
index 2aa370a..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<!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>
diff --git a/tests/manual/hints.html b/tests/manual/hints.html
deleted file mode 100644 (file)
index 6df4255..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<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>
-
diff --git a/tests/manual/hints/hints.html b/tests/manual/hints/hints.html
new file mode 100644 (file)
index 0000000..6df4255
--- /dev/null
@@ -0,0 +1,30 @@
+<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>
+
diff --git a/tests/manual/hints/label-positioning.html b/tests/manual/hints/label-positioning.html
new file mode 100644 (file)
index 0000000..2aa370a
--- /dev/null
@@ -0,0 +1,22 @@
+<!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>