Changeset 183914 in webkit


Ignore:
Timestamp:
May 6, 2015 11:13:06 PM (9 years ago)
Author:
yoav@yoav.ws
Message:

Add srcset preloader tests
https://bugs.webkit.org/show_bug.cgi?id=144674

Reviewed by Darin Adler.

Add several preloader tests making sure that the when srcset is being preloaded,
the right resource is fetched, and the other resource is not.

  • http/tests/loading/preload-img-src-expected.txt: Added.
  • http/tests/loading/preload-img-src.html: Added.
  • http/tests/loading/preload-img-srcset-expected.txt: Added.
  • http/tests/loading/preload-img-srcset-sizes-expected.txt: Added.
  • http/tests/loading/preload-img-srcset-sizes.html: Added.
  • http/tests/loading/preload-img-srcset.html: Added.
  • http/tests/resources/checkPreload.js: Added.

(checkForPreload):

Location:
trunk/LayoutTests
Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r183913 r183914  
     12015-05-06  Yoav Weiss  <yoav@yoav.ws>
     2
     3        Add srcset preloader tests
     4        https://bugs.webkit.org/show_bug.cgi?id=144674
     5
     6        Reviewed by Darin Adler.
     7
     8        Add several preloader tests making sure that the when srcset is being preloaded,
     9        the right resource is fetched, and the other resource is not.
     10
     11        * http/tests/loading/preload-img-src-expected.txt: Added.
     12        * http/tests/loading/preload-img-src.html: Added.
     13        * http/tests/loading/preload-img-srcset-expected.txt: Added.
     14        * http/tests/loading/preload-img-srcset-sizes-expected.txt: Added.
     15        * http/tests/loading/preload-img-srcset-sizes.html: Added.
     16        * http/tests/loading/preload-img-srcset.html: Added.
     17        * http/tests/resources/checkPreload.js: Added.
     18        (checkForPreload):
     19
    1202015-05-06  Manuel Rego Casasnovas  <rego@igalia.com>
    221
Note: See TracChangeset for help on using the changeset viewer.