summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/ampersand-as-data_html401.html
diff options
context:
space:
mode:
authorot <ot@localhost>2007-03-29 07:35:19 +0000
committerot <ot@localhost>2007-03-29 07:35:19 +0000
commit8ed98b04e366ae3c7dbbecc27d78c273cdb8e5ca (patch)
treeb857453b0b9be90c6c576ec8beb256a3dbebebe0 /htdocs/dev/tests/ampersand-as-data_html401.html
parent417aaacf171e6a495b856e198613af1dea9eda68 (diff)
downloadmarkup-validator-8ed98b04e366ae3c7dbbecc27d78c273cdb8e5ca.zip
markup-validator-8ed98b04e366ae3c7dbbecc27d78c273cdb8e5ca.tar.gz
markup-validator-8ed98b04e366ae3c7dbbecc27d78c273cdb8e5ca.tar.bz2
reorganizing test cases (cont'd)
Diffstat (limited to 'htdocs/dev/tests/ampersand-as-data_html401.html')
-rw-r--r--htdocs/dev/tests/ampersand-as-data_html401.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/htdocs/dev/tests/ampersand-as-data_html401.html b/htdocs/dev/tests/ampersand-as-data_html401.html
new file mode 100644
index 0000000..e30b97b
--- /dev/null
+++ b/htdocs/dev/tests/ampersand-as-data_html401.html
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+
+<html lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <title>ampersand-as-data_html401</title>
+ <!-- Date: 2007-03-29 -->
+</head>
+<body>
+
+ <p>&</p>
+ <p>This document has an ampersand occuring as character data. This is accepted, but not recommended, in HTML.</p>
+
+</body>
+</html>