summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/dev/tests')
-rw-r--r--htdocs/dev/tests/ampersand-as-data.html11
-rwxr-xr-xhtdocs/dev/tests/index.html9
2 files changed, 18 insertions, 2 deletions
diff --git a/htdocs/dev/tests/ampersand-as-data.html b/htdocs/dev/tests/ampersand-as-data.html
new file mode 100644
index 0000000..3939427
--- /dev/null
+++ b/htdocs/dev/tests/ampersand-as-data.html
@@ -0,0 +1,11 @@
+<?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">
+<head>
+<title></title>
+</head>
+<body>
+<p>&</p>
+</body>
+</html> \ No newline at end of file
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html
index 8c794aa..7728833 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.52 2005-05-25 03:28:45 ot Exp $"
---><!--#set var="date" value="\$Date: 2005-05-25 03:28:45 $"
+<!--#set var="revision" value="\$Id: index.html,v 1.53 2005-06-02 06:06:16 ot Exp $"
+--><!--#set var="date" value="\$Date: 2005-06-02 06:06:16 $"
--><!--#set var="title" value="The W3C Markup Validation Service: Tests"
--><!--#set var="relroot" value="../../"
--><!--#include virtual="../../header.html" -->
@@ -320,6 +320,11 @@ All these documents should validate, without "pretty print" for the document typ
<p>These should be tied to a bug report on either mailing-list and/or bugzilla whenever possible.</p>
<ul>
+ <li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/ampersand-as-data.html;ss">validate</a> -
+ <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/ampersand-as-data.html;ss">with v.w.o</a> -
+ <a href="ampersand-as-data.html">view</a>:
+ Bug <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=798">798: Ampersand as data in XHTML</a> (also good as a test for warnings in otherwise valid result)
+ </li>
<li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/long-lines.html">Long Lines</a> (cause a core)</li>
<li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/trailing-nul.html">A trailing ASCII NUL character</a> (trips up HTML::Parser (not really))</li>
<li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/colons.html">Undeclared namespace prefixes</a> (colons ":" in element names (trips up parsing of onsgmls output))</li>