summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-xhtdocs/dev/tests/xhtml1-bogus-element.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/htdocs/dev/tests/xhtml1-bogus-element.html b/htdocs/dev/tests/xhtml1-bogus-element.html
new file mode 100755
index 0000000..c82f437
--- /dev/null
+++ b/htdocs/dev/tests/xhtml1-bogus-element.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+
+<head>
+ <title>test XHTML document with a bogus element</title>
+</head>
+
+<body>
+
+<p>
+ <foo>This phrase is enclosed in a bogus FOO element.</foo>
+</p>
+
+</body>
+
+</html>