1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
|
<!--#set var="title" value="The W3C Markup Validation Service: Tests"
--><!--#set var="relroot" value="../../"
--><!--#include virtual="../../header.html" -->
<div class="doc">
<h2>Test Suite Index</h2>
<p id="skip">
This page lists a few test documents and test scenarios for the W3C Markup Validator
make sure everything works fine after making changes to
<a href="../../">the validator</a>. If you can think of interesting
test cases that aren't on this page,
<a href="../../feedback.html">let us know</a>.
</p>
<p>
This test suite is work in progress. Please submit any issue or idea to the
public mailing-list <a href="http://lists.w3.org/Archives/Public/public-qa-dev/" title="public-qa-dev@w3.org Mail Archives">public-qa-dev@w3.org</a>
</p>
<p><strong>do not</strong> edit this page, it is automatically generated from the validator's
<a href="http://dvcs.w3.org/hg/markup-validator/file/tip/misc/testsuite/">automated test suite</a>. If you
want to add tests, edit the test suite's catalog instead.</p>
<div id="toc">
<ol>
{% for collection in test_suite.collections %}
{% if collection.level is sameas 1 %}
<li><a href="#{{collection.collection_id}}">{{collection.title|e}}</a></li>
{% endif %}
{% endfor %}
<li><a href="#nonauto">Non-Automated tests</a></li>
</ol>
</div>
{% for collection in test_suite.collections %}
<h{{collection.level +2}} id="{{collection.collection_id}}">{{collection.title|e}}</h{{collection.level +2}}>
<p>{{collection.description}}</p>
{% for case in collection._tests %}
<h{{collection.level +3}}>{{case.title|e}}</h{{collection.level +3}}>
<p>
<a href="../../check?uri={{case.docURI|replace(':','%3A')|replace('/','%2F')|replace(';','%3B')|replace('&','%26')|e}};ss">validate</a> -
<a href="http://validator.w3.org/check?uri={{case.docURI|replace(':','%3A')|replace('/','%2F')|replace(';','%3B')|replace('&','%26')|e}};ss">with v.w.o</a> -
<a href="{{case.docURI|e}}">view</a>:
{{case.description|e}}</p>
{% endfor %}
{% endfor %}
<h3 id="nonauto">Non-Automated tests</h3>
<p>The following test collections are not managed by the automated test suite, and should be
tested by hand on a regular basis</p>
<h4 id="ui">User Interface tests</h4>
<p>The following tests do not test the binary "validity" results, but the proper handling of options, errors, various outputs, etc.
"validate" links use this instance, with validator.w3.org links added for reference comparison</p>
<ul>
<li><a href="../../check?uri=file%3A%2F%2F%2Fetc%2Fpasswd">validate</a> -
<a href="http://validator.w3.org/check?uri=file%3A%2F%2F%2Fetc%2Fpasswd">with v.w.o</a> -
a file: URL </li>
<li>
<a href="../../check/referer">validate</a> -
<a href="http://validator.w3.org/check/referer">with v.w.o</a> -
/check/referer (deprecated)
</li>
<li>
<a href="../../check/referer;verbose=1">validate</a> -
<a href="http://validator.w3.org/check/referer;verbose=1">with v.w.o</a> -
/check/referer;verbose=1 (unsupported)
</li>
<li>
<a href="../../check/referer;verbose=1;No200=1">validate</a> -
<a href="http://validator.w3.org/check/referer;verbose=1;No200=1">with v.w.o</a> -
/check/referer;verbose=1;No200=1 (unsupported)
</li>
<li>
<a href="../../check?uri=referer">validate</a> -
<a href="http://validator.w3.org/check?uri=referer">with v.w.o</a> -
/check?uri=referer (supported, should validate this test collection)
</li>
<li>
<a href="../../check?uri=referer;verbose=1">validate</a> -
<a href="http://validator.w3.org/check?uri=referer;verbose=1">with v.w.o</a> -
/check?uri=referer;verbose=1 (supported, should validate this test collection)
</li>
<li>
<a href="../../check?uri=referer&verbose=1">validate</a> -
<a href="http://validator.w3.org/check?uri=referer&verbose=1">with v.w.o</a> -
/check?uri=referer&verbose=1 (supported, should validate this test collection)
</li>
<li>
<a href="../../check?uri=referer;verbose=1;No200=1">validate</a> -
<a href="http://validator.w3.org/check?uri=referer;verbose=1;No200=1">with v.w.o</a> -
/check?uri=referer;verbose=1;No200=1 (supported, should validate this test collection)
</li>
<li>
<a href="../../check?uri=http%3A%2F%2Fwww.w3.org%2FMarkUp">validate</a> -
<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.w3.org%2FMarkUp">with v.w.o</a> -
Directory Redirect (should mention the redirect and validate the redirection target
</li>
<li>
<a href="../../check">validate</a> -
<a href="http://validator.w3.org/check">with v.w.o</a> -
script invoked with no parameters (gives an error)
</li>
<li>
<a href="../../check?uri=">validate</a> -
<a href="http://validator.w3.org/check?uri=">with v.w.o</a> -
uri parameter is empty
</li>
<li>
<a href="../../check?uri=www.w3.org%2F">validate</a> -
<a href="http://validator.w3.org/check?uri=www.w3.org%2F">with v.w.o</a> -
uri is missing http:// (silent fix)
</li>
<li>
<a href="../../check?uri=http%3A%2F%2Fwww.w3.org%2Fbogus">validate</a> -
<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.w3.org%2Fbogus">with v.w.o</a> -
404 not found
</li>
<li>
<a href="../../check?uri=http%3A%2F%2Fwww.w3.org%2Fbogus;No200=1">validate</a> -
<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.w3.org%2Fbogus;no200=1">with v.w.o</a> -
404 not found, with "validate error pages" ON
</li>
<li>
<a href="../../check?uri=http%3A%2F%2Fvalidator.w3.org%2Fsgml-lib%2Fsgml.soc">validate</a> -
<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fvalidator.w3.org%2Fsgml-lib%2Fsgml.soc">with v.w.o</a> -
text/plain resource (refuses to validate)
</li>
<li>
<a href="../../check?uri=http%3A%2F%2Fvalidator.w3.org%3A8000%2F">validate</a> -
<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fvalidator.w3.org%3A8000%2F">with v.w.o</a> -
httpd on a non-standard port (should be working transparently if :8000 server is running)
</li>
<li>
<a href="../../check?uri=http%3A%2F%2Fidenti.ca%2Fapi%2Fstatuses%2Fuser_timeline%2Fw3c.atom">validate</a> -
<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fidenti.ca%2Fapi%2Fstatuses%2Fuser_timeline%2Fw3c.atom">with v.w.o</a> -
a resource served as application/atom+xml, should be passed on to the Feed Validator.
</li>
<li>
<a href="../../check?uri=http%3A%2F%2Fwww.w3.org%2FStyleSheets%2FCore%2FSwiss">validate</a> -
<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.w3.org%2FStyleSheets%2FCore%2FSwiss">with v.w.o</a> -
a resource served as text/css, should be passed on to the CSS Validator.
</li>
</ul>
<h4 id="regress">Bugs and Regression Tests</h4>
<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%3A%2F%2Fqa-dev.w3.org%2Fwmvs%2FHEAD%2Fdev%2Ftests%2Flong-lines.html">Long Lines</a> (cause a core)</li>
<li><a href="../../check?uri=http%3A%2F%2Fqa-dev.w3.org%2Fwmvs%2FHEAD%2Fdev%2Ftests%2Ftrailing-nul.html">A trailing ASCII NUL character</a> (trips up HTML::Parser (not really))</li>
<li><a href="../../check?uri=http%3A%2F%2Fqa-dev.w3.org%2Fwmvs%2FHEAD%2Fdev%2Ftests%2Fcolons.html">Undeclared namespace prefixes</a> (colons ":" in element names (trips up parsing of onsgmls output))</li>
<li>
<a href="../../check?uri=http%3A%2F%2Fqa-dev.w3.org%2Fwmvs%2FHEAD%2Fdev%2Ftests%2F857-svg_nodoctype.svg;doctype=SVG+1.1;ss=1">validate</a> -
<a href="http://validator.w3.org/check?uri=http%3Aqa-dev.w3.org%2Fwmvs%2FHEAD%2Fdev%2Ftests%2F857-svg_nodoctype.svg;doctype=SVG+1.1;ss=1">with v.w.o</a> - <a href="857-svg_nodoctype.svg">view</a>:
Test of doctype override for SVG document with no doctype, but an XML decl. The doctype should sneak between
the XML decl and the root svg start tag. (<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=857" title="Bug 857 - DOCTYPE Override should take XML Decl into account."> 857 - DOCTYPE Override</a>)
</li>
</ul>
</div><!-- doc -->
<!--#include virtual="../../footer.html" -->
</body>
</html>
|