[Webkit-unassigned] [Bug 36818] New: Animated GIF images does not animate 10x as expected by default.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 30 06:20:57 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36818

           Summary: Animated GIF images does not animate 10x as expected
                    by default.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Hardware
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nokiabugz at gmail.com


Created an attachment (id=52027)
 --> (https://bugs.webkit.org/attachment.cgi?id=52027)
Animated GIF

STEPS TO REPRODUCE:
The code below loads an animated GIF that consists of 2 frames; and each image
in the animation should be displayed 10 times and stop (the smiley face will be
shown 10 times and stop)
ACTUAL RESULTS:
The smiley face is displayed only 8 times.

EXPECTED RESULTS:
Verify the browser remains stable and she smiley face is shown 10 times.

CODE:

<html>
  <head>
    <title>10_iterations</title>
  </head>
  <body>
    <p>
      Test 119.01.40<br/><br/>
    </p>
    <p>
      smily face should display 10 times<br/><br/>
    </p>
    <p>
      <img alt="200 B" src="10times.gif" align="bottom" hspace="0" vspace="0"/>
    </p>
  </body>
</html>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list