diff options
author | ot <ot@localhost> | 2007-02-20 08:21:12 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-02-20 08:21:12 +0000 |
commit | fad0d5a6469ca816525cd903c1eaebbc53810837 (patch) | |
tree | e745c79291ab5a1e291e3dae9290bc6facc140cc /htdocs/dev/tests | |
parent | f3ae2e3c53bea78c0a3cfb459bf491c46ee584b7 (diff) | |
download | markup-validator-fad0d5a6469ca816525cd903c1eaebbc53810837.zip markup-validator-fad0d5a6469ca816525cd903c1eaebbc53810837.tar.gz markup-validator-fad0d5a6469ca816525cd903c1eaebbc53810837.tar.bz2 |
test for 1 error, 1 warning
Diffstat (limited to 'htdocs/dev/tests')
-rw-r--r-- | htdocs/dev/tests/error_pls_warning.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/htdocs/dev/tests/error_pls_warning.html b/htdocs/dev/tests/error_pls_warning.html new file mode 100644 index 0000000..1289cf5 --- /dev/null +++ b/htdocs/dev/tests/error_pls_warning.html @@ -0,0 +1,15 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> +<head> +<title></title> +</head> +<body> + +<p>Below is a non-sgml character. Should throw a warning</p> +<p>€</p> + +<p>Below is an image without alt text - this is not allowed in XHTML 1.0 strict.</p> +<p><img src="http://www.w3.org/Icons/WWW/w3c_home_nb"></p> + +</body> +</html>
\ No newline at end of file |