summaryrefslogtreecommitdiffstats
path: root/htdocs/dev
diff options
context:
space:
mode:
authorgerald <gerald@localhost>2000-01-26 06:09:25 +0000
committergerald <gerald@localhost>2000-01-26 06:09:25 +0000
commit2b059d6497b2b95d3da1515b409d78f036ce9452 (patch)
treeaad5315e502031b106fad24e6c88bddbc9d0893c /htdocs/dev
parent291b5496da813d587bce68cd70661b1fa12620ac (diff)
downloadmarkup-validator-2b059d6497b2b95d3da1515b409d78f036ce9452.zip
markup-validator-2b059d6497b2b95d3da1515b409d78f036ce9452.tar.gz
markup-validator-2b059d6497b2b95d3da1515b409d78f036ce9452.tar.bz2
simple bogus HTML doc with neither a doctype nor an xmlns attr
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>