summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
authorot <ot@localhost>2008-03-11 14:24:39 +0000
committerot <ot@localhost>2008-03-11 14:24:39 +0000
commit3d5d9c9429ac641564f890260e678e2db7229462 (patch)
tree637ec65b61e15771989a065753ca5743bd99bde3 /htdocs/dev/tests
parent7ea8446fa53fd7ad7178e8599b4c2e98f5e27ceb (diff)
downloadmarkup-validator-3d5d9c9429ac641564f890260e678e2db7229462.zip
markup-validator-3d5d9c9429ac641564f890260e678e2db7229462.tar.gz
markup-validator-3d5d9c9429ac641564f890260e678e2db7229462.tar.bz2
test case for document with charset only declared in xml declaration
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-xhtdocs/dev/tests/charset-xmldecl.xhtml23
1 files changed, 23 insertions, 0 deletions
diff --git a/htdocs/dev/tests/charset-xmldecl.xhtml b/htdocs/dev/tests/charset-xmldecl.xhtml
new file mode 100755
index 0000000..958bfa9
--- /dev/null
+++ b/htdocs/dev/tests/charset-xmldecl.xhtml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+<head>
+ <title>test XHTML 1.0 Strict document</title>
+ <meta name="revision"
+ content="$Id: charset-xmldecl.xhtml,v 1.1 2008-03-11 14:24:39 ot Exp $" />
+</head>
+<body>
+
+<p>
+This is a test XHTML 1.0 Strict document, served with no character encoding declaration.
+</p>
+
+<p>
+See: <a href="./">W3C HTML Validation Service: Tests</a>
+</p>
+
+</body>
+
+</html>
+