summaryrefslogtreecommitdiffstats
path: root/htdocs/dev
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/dev')
-rwxr-xr-xhtdocs/dev/tests/xhtml1-missing-doctype-and-xmlns.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/htdocs/dev/tests/xhtml1-missing-doctype-and-xmlns.html b/htdocs/dev/tests/xhtml1-missing-doctype-and-xmlns.html
new file mode 100755
index 0000000..8a591dd
--- /dev/null
+++ b/htdocs/dev/tests/xhtml1-missing-doctype-and-xmlns.html
@@ -0,0 +1,9 @@
+<html>
+ <head>
+ <title>xhtml1-missing-doctype-and-xmlns.html</title>
+ </head>
+ <body>
+ <p>This is a simple bogus HTML doc with neither a doctype nor
+ an xmlns attribute on its root element.
+ </body>
+</html>