Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <html manifest="gZipOfflineChild.cacheManifest">
2 <head>
3 <!-- This file is gzipped to create gZipOfflineChild.html -->
4 <title></title>
5 <script type="text/javascript">
7 function finish(success) {
8 window.parent.postMessage(success, "*");
9 }
11 applicationCache.oncached = function() { finish("oncache"); }
12 applicationCache.onnoupdate = function() { finish("onupdate"); }
13 applicationCache.onerror = function() { finish("onerror"); }
15 </script>
16 </head>
18 <body>
19 <h1>Child</h1>
20 </body>
21 </html>