diff options
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> |