Changeset 75071 in webkit


Ignore:
Timestamp:
Jan 5, 2011 9:27:03 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-01-05 Yi Shen <yi.4.shen@nokia.com>

Reviewed by Andreas Kling.

[Qt] Animated GIF images does not animate 10x as expected by default.
https://bugs.webkit.org/show_bug.cgi?id=36818

Add a test animated GIF which should be displayed 2 times and stop.

  • manual-tests/animated-gif-looping.html:
  • manual-tests/resources/animated-2x.gif: Added.
Location:
trunk/WebCore
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r75070 r75071  
     12011-01-05  Yi Shen  <yi.4.shen@nokia.com>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [Qt] Animated GIF images does not animate 10x as expected by default.
     6        https://bugs.webkit.org/show_bug.cgi?id=36818
     7
     8        Add a test animated GIF which should be displayed 2 times and stop.
     9
     10        * manual-tests/animated-gif-looping.html:
     11        * manual-tests/resources/animated-2x.gif: Added.
     12
    1132011-01-05  Carlos Garcia Campos  <cgarcia@igalia.com>
    214
  • trunk/WebCore/manual-tests/animated-gif-looping.html

    r60375 r75071  
    1010</div
    1111<div>
     12    <img src="./resources/animated-2x.gif">
     13    <p>This animation should loop 2 times.</p>
     14</div
     15<div>
    1216    <img src="./resources/animated-10x.gif">
    1317    <p>This animation should loop 10 times.</p>
Note: See TracChangeset for help on using the changeset viewer.