diff options
author | gerald <gerald@localhost> | 2000-01-26 06:09:25 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 2000-01-26 06:09:25 +0000 |
commit | 2b059d6497b2b95d3da1515b409d78f036ce9452 (patch) | |
tree | aad5315e502031b106fad24e6c88bddbc9d0893c /htdocs/dev | |
parent | 291b5496da813d587bce68cd70661b1fa12620ac (diff) | |
download | markup-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-x | htdocs/dev/tests/xhtml1-missing-doctype-and-xmlns.html | 9 |
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> |