diff options
author | link <link@localhost> | 2001-09-14 02:23:32 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-09-14 02:23:32 +0000 |
commit | 692631867e1417ad4f64ab12c91382c55e9dee8a (patch) | |
tree | 734473910588284e4ec54efad0565e8ddc9b483a /htdocs/dev | |
parent | 3975479c007187fb764aab4a355036b2b344c814 (diff) | |
download | markup-validator-692631867e1417ad4f64ab12c91382c55e9dee8a.zip markup-validator-692631867e1417ad4f64ab12c91382c55e9dee8a.tar.gz markup-validator-692631867e1417ad4f64ab12c91382c55e9dee8a.tar.bz2 |
Fix links, add regression tests, add more tests.
Diffstat (limited to 'htdocs/dev')
-rwxr-xr-x | htdocs/dev/tests/index.html | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index 082be44..0c2c240 100755 --- a/htdocs/dev/tests/index.html +++ b/htdocs/dev/tests/index.html @@ -5,7 +5,7 @@ <title>W3C HTML Validation Service: Tests</title> <link rev="made" href="mailto:gerald@w3.org"> <meta name="revision" - content="$Id: index.html,v 1.36 2001-07-29 09:25:27 link Exp $"> + content="$Id: index.html,v 1.37 2001-09-14 02:23:32 link Exp $"> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> @@ -45,12 +45,13 @@ <li><a href="/check?uri=http://www.w3.org/TR/1999/WD-xhtml1-19991124/">XHTML 1.0</a> <li><a href="/check?uri=http://www.w3.org/TR/1998/REC-xml-19980210.xml">XML 1.0</a> <li><a href="/check?uri=http://validator.w3.org/dev/tests/xhtml-mathml2.html;ss">XHTML/MathML2</a> (from the <a href="http://www.w3.org/TR/2000/CR-MathML2-20001113/chapter2.html#N1783">MathML 2.0 spec</a>) +<li><a href="/check?uri=http://validator.w3.org/dev/tests/xhtml-mathml2-fpi.html;ss">XHTML/MathML2 w/FPI</a> <li><a href="/check?uri=http://validator.w3.org/dev/tests/mathml2.html;ss">MathML 2.0</a> (minimal test document) <li><a href="/check?uri=http://www.w3.org/1999/09/SVG-access/computer.svg">image/svg</a> <li><a href="/check?uri=http://www.w3.org/TR/2001/PR-SVG-20010719/images/struct/StandAlone01.svg">SVG 1.0 from 20010719 PR</a> <li>@@ application/smil -<li>SMIL 1.0 <a href="/check?uri=http://localhost/dev/tests/smil10-minimal.smi">Minimal Document</a> w/DOCTYPE. -<li>SMIL 2.0 <a href="/check?uri=http://localhost/dev/tests/smil20-profile-doctype.smi">Testcase (wrong Namespace?)</a> w/DOCTYPE. +<li>SMIL 1.0 <a href="/check?uri=http://validator.w3.org/dev/tests/smil10-minimal.smi">Minimal Document</a> w/DOCTYPE. +<li>SMIL 2.0 <a href="/check?uri=http://validator.w3.org/dev/tests/smil20-profile-doctype.smi">Testcase (wrong Namespace?)</a> w/DOCTYPE. <li><a name="xml">more XML test cases</a>: <ul> <li><a href="/check?uri=http://impressive.net/people/gerald/2000/10/18/test-staroffice-doc.xml;ss">XML output from OpenOffice 5.2</a> ("Build/Tag number OpenOffice605"), many namespaces @@ -113,6 +114,12 @@ stress test (wrong cases)</a>, <a href='http://www.w3.org/2001/06/utf-8-wrong/'> See also: <a href="../../source/">validator source page</a>. </p> +<h2><a name="regress">Bugs and Regression Tests</a></h2> + +<ul> +<li><a href="/check?uri=http://validator.w3.org/dev/tests/long-lines.html">Long Lines (cause a core)</a> +</ul> + <hr> <address> @@ -120,7 +127,7 @@ stress test (wrong cases)</a>, <a href='http://www.w3.org/2001/06/utf-8-wrong/'> src="http://validator.w3.org/images/vh40.gif" height=31 width=88 align=right border=0 alt="Valid W3C HTML 4.0!"></a> <a href="/feedback.html">Gerald Oskoboiny</A><br> - $Date: 2001-07-29 09:25:27 $ + $Date: 2001-09-14 02:23:32 $ </address> </body> |