forked from mirrors/gecko-dev
MozReview-Commit-ID: Fv3ECOAlJ2b --HG-- extra : rebase_source : 9ed438f8d76ce821f57ebc5c0ae24ba2686726f5
21 lines
480 B
HTML
21 lines
480 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<!--
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=501422
|
|
|
|
When content which was transported over the network with
|
|
Content-Type: gzip is added to the offline
|
|
cache, it can be fetched from the cache successfully.
|
|
-->
|
|
<head>
|
|
<title>Test gzipped offline resources</title>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<p id="display">
|
|
<iframe name="testFrame" src="gZipOfflineChild.html"></iframe>
|
|
|
|
<div id="content" style="display: none">
|
|
</div>
|
|
</body>
|
|
</html>
|