Skip to content

Commit

Permalink
renamed files to follow manual test naming convention
Browse files Browse the repository at this point in the history
Renamed all of the manual test files (not supporting files) with a -manual suffix to satisfy naming convention for manual tests.  Updates references in README.html.
  • Loading branch information
cptvitamin committed Oct 23, 2013
1 parent 8f35b80 commit 318c48e
Show file tree
Hide file tree
Showing 24 changed files with 35 additions and 35 deletions.
46 changes: 23 additions & 23 deletions html-longdesc/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,67 +24,67 @@ <h2>Multifunction tests</h2>
<h3>Longdesc value as data:URI</h3>

<ul>
<li><a href="data-uri-image-data-uri-description.html">data:URI image with data:URI description</a></li>
<li><a href="empty-image-data-uri-description.html">Empty image with data:URI description</a></li>
<li><a href="external-image-data-uri-description-girt-by-spaces.html">External image with data:URI description (with extra spaces)</a></li>
<li><a href="external-image-data-uri-description.html">External image with data:URI description</a></li>
<li><a href="data-uri-image-data-uri-description-manual.html">data:URI image with data:URI description</a></li>
<li><a href="empty-image-data-uri-description-manual.html">Empty image with data:URI description</a></li>
<li><a href="external-image-data-uri-description-girt-by-spaces-manual.html">External image with data:URI description (with extra spaces)</a></li>
<li><a href="external-image-data-uri-description-manual.html">External image with data:URI description</a></li>
</ul>


<h3>Longdesc value as external URI</h3>

<ul>
<li><a href="data-uri-image-external-description.html">data:URI with External description</a></li>
<li><a href="empty-image-external-description.html">Empty image with an External description</a></li>
<li><a href="external-image-external-description-girt-by-spaces.html">External image with External description (with extra spaces)</a></li>
<li><a href="external-image-external-description.html">External image with External description</a></li>
<li><a href="data-uri-image-external-description-manual.html">data:URI with External description</a></li>
<li><a href="empty-image-external-description-manual.html">Empty image with an External description</a></li>
<li><a href="external-image-external-description-girt-by-spaces-manual.html">External image with External description (with extra spaces)</a></li>
<li><a href="external-image-external-description-manual.html">External image with External description</a></li>
</ul>


<h3>Longdesc value as internal URI (same page link)</h3>

<ul>
<li><a href="data-uri-image-internal-description.html">data:URI with Internal description.html</a></li>
<li><a href="empty-image-internal-description.html">Empty image with an Internal description.html</a></li>
<li><a href="external-image-internal-description-girt-by-spaces.html">External image with an Internal description (with extra spaces)</a></li>
<li><a href="external-image-internal-description.html">External image with an Internal description</a></li>
<li><a href="data-uri-image-internal-description-manual.html">data:URI with Internal description</a></li>
<li><a href="empty-image-internal-description-manual.html">Empty image with an Internal description</a></li>
<li><a href="external-image-internal-description-girt-by-spaces-manual.html">External image with an Internal description (with extra spaces)</a></li>
<li><a href="external-image-internal-description-manual.html">External image with an Internal description</a></li>
</ul>


<h3>Longdesc value as a fragment in an external resource</h3>

<ul>
<li><a href="data-uri-image-external-description-fragment.html">data:URI with External description fragment</a></li>
<li><a href="empty-image-external-description-fragment.html">Empty image with an External description fragment</a></li>
<li><a href="external-image-external-description-fragment-girt-by-spaces.html">External image with External description fragment (with extra spaces around the URL)</a></li>
<li><a href="external-image-external-description-fragment.html">External image with External description fragment</a></li>
<li><a href="data-uri-image-external-description-fragment-manual.html">data:URI with External description fragment</a></li>
<li><a href="empty-image-external-description-fragment-manual.html">Empty image with an External description fragment</a></li>
<li><a href="external-image-external-description-fragment-girt-by-spaces-manual.html">External image with External description fragment (with extra spaces around the URL)</a></li>
<li><a href="external-image-external-description-fragment-manual.html">External image with External description fragment</a></li>
</ul>


<h3>Longdesc value as external URI in presence of <code>&lt;base&gt;</code> element</h3>

<ul>
<li><a href="external-image-with-relative-base-external-description.html">External image with External Description (relative base element set)</a></li>
<li><a href="external-image-with-absolute-base-external-description.html">External image with External Description (absolute base element set)</a></li>
<li><a href="external-image-with-relative-base-external-description-manual.html">External image with External Description (relative base element set)</a></li>
<li><a href="external-image-with-absolute-base-external-description-manual.html">External image with External Description (absolute base element set)</a></li>
</ul>


<h3>Longdesc for an image within an iframe</h3>

<ul>
<li><a href="iframe-discoverability.html">Image in an <code>&lt;iframe&gt;</code> with External Description</a></li>
<li><a href="iframe-discoverability-manual.html">Image in an <code>&lt;iframe&gt;</code> with External Description</a></li>
</ul>


<h2>Automated tests</h2>

<p><a href="reflected-changing-longdesc.html">Longdesc value updated by javascript</a> tests that the HTML attribute reflects changes made by javascript. To pass, the browser must redirect to the "Longdesc test Pass Page" which has the word "Pass" as a heading, followed by a description of the image. Displaying the "Longdesc test Fail Page" would indicate a failure of this test.</p>
<p><a href="reflected-changing-longdesc-manual.html">Longdesc value updated by javascript</a> tests that the HTML attribute reflects changes made by javascript. To pass, the browser must redirect to the "Longdesc test Pass Page" which has the word "Pass" as a heading, followed by a description of the image. Displaying the "Longdesc test Fail Page" would indicate a failure of this test.</p>

<h2>Validation / Repair tool tests</h2>

<p><a href="invalid-longdesc.html">Invalid long description (plain text)</a> contains an invalid long description (plain text) and can be used to test User Agent and validation tool handling. <em>NOTE: Handling of invalid longdescs by user agents is currently undefined.</em>
<a href="empty-longdesc.html">Invalid long description (empty attribute)</a> contains an invalid long description (plain text) and can be used to test User Agent and validation tool handling. <em>NOTE: Handling of invalid longdescs by user agents is currently undefined.</em>
<a href="fail-fragment-pointer.html">Pointer to an invalid long description (not contained in a well-formed fragment)</a> points to a long description in a <a href="fail-fragment-pointer.html">page fragment whose target is an empty element</a>. Validation tools should at least generate a warning, since an empty element is almost certainly not an adequate description, and is likely instead to reflect not passing the relevant authoring requirement.</p>
<p><a href="invalid-longdesc-manual.html">Invalid long description (plain text)</a> contains an invalid long description (plain text) and can be used to test User Agent and validation tool handling. <em>NOTE: Handling of invalid longdescs by user agents is currently undefined.</em>
<a href="empty-longdesc-manual.html">Invalid long description (empty attribute)</a> contains an invalid long description (plain text) and can be used to test User Agent and validation tool handling. <em>NOTE: Handling of invalid longdescs by user agents is currently undefined.</em>
<a href="fail-fragment-pointer-manual.html">Pointer to an invalid long description (not contained in a well-formed fragment)</a> points to a long description in a <a href="fail-fragment-pointer-manual.html">page fragment whose target is an empty element</a>. Validation tools should at least generate a warning, since an empty element is almost certainly not an adequate description, and is likely instead to reflect not passing the relevant authoring requirement.</p>

<h2>Test results</h2>

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Longdesc test: iframe discoverability</title>
</head>
<body>
<iframe src="external-image-external-description.html" width="480" height="320">
<p>If there is no document included here with an image, the result of the test is unknowable</p>
</iframe>
<p>In order to pass, it should be possible to discover that there is an image with a longdesc included in this document (inside an iframe).
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Longdesc test: iframe discoverability</title>
</head>
<body>
<iframe src="external-image-external-description-manual.html" width="480" height="320">
<p>If there is no document included here with an image, the result of the test is unknowable</p>
</iframe>
<p>In order to pass, it should be possible to discover that there is an image with a longdesc included in this document (inside an iframe).
</body>
</html>
File renamed without changes.

0 comments on commit 318c48e

Please sign in to comment.