Changeset 128961 in webkit


Ignore:
Timestamp:
Sep 18, 2012 8:08:37 PM (12 years ago)
Author:
noel.gordon@gmail.com
Message:

Add partial load tests for PNG images
https://bugs.webkit.org/show_bug.cgi?id=95707

Reviewed by Adam Barth.

Partial load test: receive a partial number of image bytes and stall forever. The
partial image should be decoded and drawn and the blue <img> background should be
visible.

Progressive load test: receive a partial number of image bytes, stall for 1 second
and then continue to receive all the image bytes. The entire test image should be
decoded and drawn and the blue <img> background should be visible.

  • fast/images/resources/dice.png: Added: test image has alpha transparency.
  • http/tests/images/png-partial-load-expected.png: Added.
  • http/tests/images/png-partial-load-expected.txt: Added.
  • http/tests/images/png-partial-load.html: Added.
  • http/tests/images/png-progressive-load-expected.png: Added.
  • http/tests/images/png-progressive-load-expected.txt: Added.
  • http/tests/images/png-progressive-load.html: Added.
  • platform/chromium/http/tests/images/png-partial-load-expected.png: Added.
  • platform/mac/http/tests/images/png-partial-load-expected.png: Added.
Location:
trunk/LayoutTests
Files:
10 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r128959 r128961  
     12012-09-18  Noel Gordon  <noel.gordon@gmail.com>
     2
     3        Add partial load tests for PNG images
     4        https://bugs.webkit.org/show_bug.cgi?id=95707
     5
     6        Reviewed by Adam Barth.
     7
     8        Partial load test: receive a partial number of image bytes and stall forever. The
     9        partial image should be decoded and drawn and the blue <img> background should be
     10        visible.
     11
     12        Progressive load test: receive a partial number of image bytes, stall for 1 second
     13        and then continue to receive all the image bytes. The entire test image should be
     14        decoded and drawn and the blue <img> background should be visible.
     15
     16        * fast/images/resources/dice.png: Added: test image has alpha transparency.
     17        * http/tests/images/png-partial-load-expected.png: Added.
     18        * http/tests/images/png-partial-load-expected.txt: Added.
     19        * http/tests/images/png-partial-load.html: Added.
     20        * http/tests/images/png-progressive-load-expected.png: Added.
     21        * http/tests/images/png-progressive-load-expected.txt: Added.
     22        * http/tests/images/png-progressive-load.html: Added.
     23        * platform/chromium/http/tests/images/png-partial-load-expected.png: Added.
     24        * platform/mac/http/tests/images/png-partial-load-expected.png: Added.
     25
    1262012-09-18  Kentaro Hara  <haraken@chromium.org>
    227
Note: See TracChangeset for help on using the changeset viewer.