Changeset 220773 in webkit


Ignore:
Timestamp:
Aug 15, 2017 4:48:46 PM (7 years ago)
Author:
jfbastien@apple.com
Message:

LayoutTests: test that an XMLHttpRequest with Content-Encoding: gzip is properly decompressed
https://bugs.webkit.org/show_bug.cgi?id=175579

Also test that without Content-Encoding proper sniffing takes place, and gzip
decoding occurs. This test is disabled and tracked by #175597.

Reviewed by Daniel Bates.

  • TestExpectations:
  • http/tests/xmlhttprequest/gzip-content-type-expected.txt: Added.
  • http/tests/xmlhttprequest/gzip-content-type-no-content-encoding-expected.txt: Added.
  • http/tests/xmlhttprequest/gzip-content-type-no-content-encoding.html: Added.
  • http/tests/xmlhttprequest/gzip-content-type.html: Added.
  • http/tests/xmlhttprequest/resources/gzip-lorem-no-content-encoding.php: Added.
  • http/tests/xmlhttprequest/resources/gzip-lorem.php: Added.
Location:
trunk/LayoutTests
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r220772 r220773  
     12017-08-15  JF Bastien  <jfbastien@apple.com>
     2
     3        LayoutTests: test that an XMLHttpRequest with Content-Encoding: gzip is properly decompressed
     4        https://bugs.webkit.org/show_bug.cgi?id=175579
     5
     6        Also test that without Content-Encoding proper sniffing takes place, and gzip
     7        decoding occurs. This test is disabled and tracked by #175597.
     8
     9        Reviewed by Daniel Bates.
     10
     11        * TestExpectations:
     12        * http/tests/xmlhttprequest/gzip-content-type-expected.txt: Added.
     13        * http/tests/xmlhttprequest/gzip-content-type-no-content-encoding-expected.txt: Added.
     14        * http/tests/xmlhttprequest/gzip-content-type-no-content-encoding.html: Added.
     15        * http/tests/xmlhttprequest/gzip-content-type.html: Added.
     16        * http/tests/xmlhttprequest/resources/gzip-lorem-no-content-encoding.php: Added.
     17        * http/tests/xmlhttprequest/resources/gzip-lorem.php: Added.
     18
    1192017-08-15  Chris Dumez  <cdumez@apple.com>
    220
  • trunk/LayoutTests/TestExpectations

    r220772 r220773  
    14381438webkit.org/b/175288 imported/w3c/web-platform-tests/css/css-ui-3/outline-019.html [ ImageOnlyFailure ]
    14391439webkit.org/b/175290 imported/w3c/web-platform-tests/css/css-ui-3/text-overflow-005.html [ ImageOnlyFailure ]
     1440
     1441webkit.org/b/175597 http/tests/xmlhttprequest/gzip-content-type-no-content-encoding.html [ Failure ]
Note: See TracChangeset for help on using the changeset viewer.