summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
authorot <ot@localhost>2007-05-24 05:40:02 +0000
committerot <ot@localhost>2007-05-24 05:40:02 +0000
commita1515f1464622749b32031186af0f254dc7d7804 (patch)
tree752c95914db31d76a949cd705551b546c18e5244 /htdocs/dev/tests
parent2e24dac1d9864e55fb5c7be3d4044bf53ed20fa5 (diff)
downloadmarkup-validator-a1515f1464622749b32031186af0f254dc7d7804.zip
markup-validator-a1515f1464622749b32031186af0f254dc7d7804.tar.gz
markup-validator-a1515f1464622749b32031186af0f254dc7d7804.tar.bz2
test case for Bug 197:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=197 using an alias of iso-8859-1 this test case should be served without HTTP charset
Diffstat (limited to 'htdocs/dev/tests')
-rw-r--r--htdocs/dev/tests/197-iso88591_alias.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/htdocs/dev/tests/197-iso88591_alias.html b/htdocs/dev/tests/197-iso88591_alias.html
new file mode 100644
index 0000000..ea418d0
--- /dev/null
+++ b/htdocs/dev/tests/197-iso88591_alias.html
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<html lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso_8859-1">
+ <title>html401-strict</title>
+ <meta name="author" content="olivier Thereaux">
+ <!-- Date: 2007-03-07 -->
+</head>
+<body>
+<p>Sample HTML 4.01 Strict document encoded in iso-8859-1, with charset declared in meta http-equiv.</p>
+<p>àccentuatéd characters</p>
+
+</body>
+</html>