Add test page

This commit is contained in:
François Vieille 2016-04-28 03:13:37 +02:00
parent 999c4e7cd6
commit 77c56041c6
2 changed files with 23 additions and 0 deletions

12
tests/test_ancre.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Test anywhere bookmaklet</title>
</head>
<body>
<h2>Test pour les ancres</h2>
<a href="#test1">#test1</a>
<a href="#test2">#test2</a>
</body>
</html>

11
tests/test_mailto.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Test anywhere bookmaklet</title>
</head>
<body>
<h2>Test pour les mailto</h2>
<a href="mailto:blabla@blabla.fr">blabla@blabla.fr</a>
</body>
</html>