The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search

Test Case Description for img-anim-304.

Purpose:

Confirm that displaying animated GIFs result in single server request for the image, rather than additional requests upon each frame change.

<Providing as test case to ensure this is fixed prior to release; probably does not need to be a test case propagated over the long-term. See bug #1885>


Initial Conditions:

System under test must be configured to continue normal operation and not "sleep" or power down after an extended period of inactivity.

Steps/Description:

0. Launch the browser.

1. Copy the test image (linked below) to a server whose log files you can access. (The built-in web server feature of Mac OS 8 and Windows NT support logging.)

2. View the test image (linked below)

Expected Results:

A single hit should take place, with a log line like:

<IP ADDRESS HERE> - - [DATE & TIME HERE] "GET /7upcan.gif HTTP/1.0" 200 33850


A series of multiple hits such as the following, should not take place:

208.12.39.182 - - [04/JUN/1999:16:20:55 -0700] "GET /7upcan.gif HTTP/1.1" 200 33850
208.12.39.182 - - [04/JUN/1999:16:20:57 -0700] "GET /7upcan.gif HTTP/1.1" 304 50
208.12.39.182 - - [04/JUN/1999:16:20:58 -0700] "GET /7upcan.gif HTTP/1.1" 304 50
208.12.39.182 - - [04/JUN/1999:16:21:00 -0700] "GET /7upcan.gif HTTP/1.1" 304 50
208.12.39.182 - - [04/JUN/1999:16:21:02 -0700] "GET /7upcan.gif HTTP/1.1" 304 50
208.12.39.182 - - [04/JUN/1999:16:21:06 -0700] "GET /7upcan.gif HTTP/1.1" 304 50

Link(s):

7up.gif
Copyright © 1998-2000 The Mozilla Organization.
Last modified February 3, 2000.