Bug 178941 - Add tests for automatic decompression of gzip-compressed subresources
Summary: Add tests for automatic decompression of gzip-compressed subresources
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-10-27 09:54 PDT by Daniel Bates
Modified: 2017-10-27 23:26 PDT (History)
6 users (show)

See Also:


Attachments
Layout tests (11.12 KB, patch)
2017-10-27 10:12 PDT, Daniel Bates
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2017-10-27 09:54:59 PDT
We should add tests to ensure we do not regress support for automatic decompression of gzip-compressed subresources (bug #9521). Note that this support depends on CFNetwork functionality implemented in <rdar://problem/5418646>.
Comment 1 Daniel Bates 2017-10-27 10:12:16 PDT
Created attachment 325172 [details]
Layout tests
Comment 2 Radar WebKit Bug Importer 2017-10-27 15:26:04 PDT
<rdar://problem/35230090>
Comment 3 Daniel Bates 2017-10-27 15:28:47 PDT
Committed r224133: <https://trac.webkit.org/changeset/224133>