You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



Test Case Description for  Text Tag

Purpose: Verify text is provided for every non-text element.(eg,via "alt","longdesc",or in element content.)



Initial  Conditions:
  1. Have Screen Reader program installed.


Steps/Description:

  1. View "here " with the browser and move the cursor over the images which are on the top of the page.
  2. Turn off images in your browser, reload the page.

  3. Turn off images in your browser,reload the page which includes animation.

 
Expected Results:

  1. In Step1,Alternative text for each image is displayed as a text pop-up in supported graphical browsers.                       
  2. In Step2,Each image is replaced with its alternative text which are "Access Board Logo","Access Board Header Graphic"
  3. In Step3,animation is replaced with its alternative text which is " This is a boy kissing you."                                                                                                                                                                   


HTML Source Code:

<
img src="art/logo-green.gif" alt="Access Board Logo" >
<img src="art/logo-green.gif" alt="Access Board Header Graphic">
<img src="../images/Kissed.gif" alt="This is a boy kissing you."  width="384' height="552">