summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/dev/tests')
-rw-r--r--htdocs/dev/tests/html20-strict.html16
-rw-r--r--htdocs/dev/tests/html20.html7
-rwxr-xr-xhtdocs/dev/tests/index.html18
3 files changed, 38 insertions, 3 deletions
diff --git a/htdocs/dev/tests/html20-strict.html b/htdocs/dev/tests/html20-strict.html
new file mode 100644
index 0000000..6bbfa55
--- /dev/null
+++ b/htdocs/dev/tests/html20-strict.html
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0 Strict//EN">
+<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+
+<title>HTML 2.0 Strict sample</title>
+<h1>HTML 2.0 Strict sample</h1>
+
+<p>A very simple HTML 2.0 Strict document, snatched from Frank Ellermann.</p>
+
+<p>Please note that there is no explicit
+<tt>&lt;html&gt;</tt>, no
+<!-- one ---- two -->
+<tt>&lt;head&gt;</tt>, and no
+<!-- test-- -- SGML -->
+<tt>&lt;body&gt;</tt>, but the
+<tt>&lt;title&gt;</tt> is required.
+
diff --git a/htdocs/dev/tests/html20.html b/htdocs/dev/tests/html20.html
new file mode 100644
index 0000000..b767a39
--- /dev/null
+++ b/htdocs/dev/tests/html20.html
@@ -0,0 +1,7 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+
+<title>HTML 2.0 sample</title>
+
+<p>A very basic HTML 2.0 document
+
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html
index a8aa7ae..8c794aa 100755
--- a/htdocs/dev/tests/index.html
+++ b/htdocs/dev/tests/index.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: index.html,v 1.51 2005-05-10 05:30:31 ot Exp $"
---><!--#set var="date" value="\$Date: 2005-05-10 05:30:31 $"
+<!--#set var="revision" value="\$Id: index.html,v 1.52 2005-05-25 03:28:45 ot Exp $"
+--><!--#set var="date" value="\$Date: 2005-05-25 03:28:45 $"
--><!--#set var="title" value="The W3C Markup Validation Service: Tests"
--><!--#set var="relroot" value="../../"
--><!--#include virtual="../../header.html" -->
@@ -36,6 +36,18 @@
<ul>
<li>
+ <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html20.html;ss">validate</a> -
+ <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html20.html;ss">with v.w.o</a> -
+ <a href="html20.html">view</a>:
+ HTML 2.0
+ </li>
+ <li>
+ <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html20-strict.html;ss">validate</a> -
+ <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html20-strict.html;ss">with v.w.o</a> -
+ <a href="html20-strict.html">view</a>:
+ HTML 2.0 Strict
+ </li>
+ <li>
<a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html40-strict.html;ss">validate</a> -
<a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html40-strict.html;ss">with v.w.o</a> -
<a href="html40-strict.html">view</a>:
@@ -287,7 +299,7 @@ All these documents should validate, without "pretty print" for the document typ
404 not found
</li>
<li>
- <a href="../../check?uri=http://www.w3.org/bogus;no200=1">validate</a> -
+ <a href="../../check?uri=http://www.w3.org/bogus;No200=1">validate</a> -
<a href="http://validator.w3.org/check?uri=http://www.w3.org/bogus;no200=1">with v.w.o</a> -
404 not found, with "validate error pages" ON
</li>