about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/circle.html14
-rw-r--r--test/square.html14
-rw-r--r--test/tags.html4
-rw-r--r--test/triangle.html14
4 files changed, 44 insertions, 2 deletions
diff --git a/test/circle.html b/test/circle.html
new file mode 100644
index 00000000..dedf3050
--- /dev/null
+++ b/test/circle.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+
+<html>
+<head>
+  <meta name="generator" content=
+  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
+
+  <title>Test ImageMap - circle</title>
+</head>
+
+<body>
+  <p>CIRCLE</p>
+</body>
+</html>
diff --git a/test/square.html b/test/square.html
new file mode 100644
index 00000000..c8403280
--- /dev/null
+++ b/test/square.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+
+<html>
+<head>
+  <meta name="generator" content=
+  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
+
+  <title>Test ImageMap - square</title>
+</head>
+
+<body>
+  <p>SQUARE</p>
+</body>
+</html>
diff --git a/test/tags.html b/test/tags.html
index b64b0f98..3f405eca 100644
--- a/test/tags.html
+++ b/test/tags.html
@@ -33,7 +33,7 @@ Text after an H5 Tag.
 Text after an H6 Tag.
 <p>Paragraph after an H6 Tag.
 <!-- ====================================================================== -->
-This is an <a href="next">"a"</a> tag.
+This is an <a href="#imagemap">"a"</a> tag.
 <br>
 This is an <address>"address"</address> tag.
 <br>
@@ -163,7 +163,7 @@ contents of textarea
 <map name="IMAGEMAP">
 <area alt="Square" shape="rect" coords="18,18,82,80" href="square.html">
 <area alt="Circle" shape="circle" coords="127,48,31" href="circle.html">
-<area alt="Triangle" shape="polygon" coords="232,78,303,78,263,14,232,76"
+<area alt="Triangle" shape="poly" coords="232,78,303,78,263,14,232,76"
    href="triangle.html">
    </map>
 <!-- ====================================================================== -->
diff --git a/test/triangle.html b/test/triangle.html
new file mode 100644
index 00000000..abea6c72
--- /dev/null
+++ b/test/triangle.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+
+<html>
+<head>
+  <meta name="generator" content=
+  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
+
+  <title>Test ImageMap - triangle</title>
+</head>
+
+<body>
+  <p>TRIANGLE</p>
+</body>
+</html>