From: Robert Timm <mail@rtti.de> Date: Thu, 15 Jun 2017 21:17:13 +0000 (+0200) Subject: adds hints.html manual test page X-Git-Url: https://git.owens.tech/editable-focus.html/editable-focus.html/git?a=commitdiff_plain;h=88f552f22bb80592b95028ed988594f1e70cc515;p=vimb.git adds hints.html manual test page --- diff --git a/tests/manual/hints.html b/tests/manual/hints.html new file mode 100644 index 0000000..6df4255 --- /dev/null +++ b/tests/manual/hints.html @@ -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> +