diff options
author | link <link@localhost> | 2001-09-14 02:56:59 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-09-14 02:56:59 +0000 |
commit | 24f99f9569003a770e0055198cae1be69972f321 (patch) | |
tree | b3dcead655dc656f4b542622e6f76cca964dc659 | |
parent | 18f6c6a95c1e3d173248112939c43a8939796b09 (diff) | |
download | markup-validator-24f99f9569003a770e0055198cae1be69972f321.zip markup-validator-24f99f9569003a770e0055198cae1be69972f321.tar.gz markup-validator-24f99f9569003a770e0055198cae1be69972f321.tar.bz2 |
Adding test case for SVG 1.0 Rec.
-rw-r--r-- | htdocs/dev/tests/REC-SVG-1_0-minimal.svg | 17 | ||||
-rwxr-xr-x | htdocs/dev/tests/index.html | 5 |
2 files changed, 20 insertions, 2 deletions
diff --git a/htdocs/dev/tests/REC-SVG-1_0-minimal.svg b/htdocs/dev/tests/REC-SVG-1_0-minimal.svg new file mode 100644 index 0000000..189d859 --- /dev/null +++ b/htdocs/dev/tests/REC-SVG-1_0-minimal.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" + "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> +<svg width="5cm" height="4cm"> +<desc>Four separate rectangles + </desc> +<rect x="0.5cm" y="0.5cm" width="2cm" height="1cm"/> +<rect x="0.5cm" y="2cm" width="1cm" height="1.5cm"/> +<rect x="3cm" y="0.5cm" width="1.5cm" height="2cm"/> +<rect x="3.5cm" y="3cm" width="1cm" height="0.5cm"/> + +<!-- Show outline of canvas using 'rect' element --> +<rect x=".01cm" y=".01cm" width="4.98cm" height="3.98cm" + fill="none" stroke="blue" stroke-width=".02cm" /> + +</svg> + diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index 0c2c240..96c72d9 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.37 2001-09-14 02:23:32 link Exp $"> + content="$Id: index.html,v 1.38 2001-09-14 02:56:59 link Exp $"> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> @@ -49,6 +49,7 @@ <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><a href="/check?uri=http://validator.w3.org/dev/tests/REC-SVG-1_0-minimal.svg">SVG 1.0 Rec. minimal document</a> <li>@@ application/smil <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. @@ -127,7 +128,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-09-14 02:23:32 $ + $Date: 2001-09-14 02:56:59 $ </address> </body> |