summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/dev/tests')
-rw-r--r--htdocs/dev/tests/texthtml_nocharset-utf8.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/htdocs/dev/tests/texthtml_nocharset-utf8.html b/htdocs/dev/tests/texthtml_nocharset-utf8.html
new file mode 100644
index 0000000..0a16656
--- /dev/null
+++ b/htdocs/dev/tests/texthtml_nocharset-utf8.html
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<!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" xml:lang="en" lang="en">
+ <head>
+ <title>test for text/html resource with no charset - W04</title>
+ </head>
+<body>
+<p>This test document corresponds to validator warning W04:
+<code>
+No Character Encoding Found! Falling back to (UTF-8).
+</code>
+</p>
+</body>
+</html>