Bug 178941

Summary: Add tests for automatic decompression of gzip-compressed subresources
Product: WebKit Reporter: Daniel Bates <dbates>
Component: Tools / TestsAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, ap, beidson, ddkilzer, lforschler, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=9521
https://bugs.webkit.org/show_bug.cgi?id=175597
Attachments:
Description Flags
Layout tests achristensen: review+

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>