Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <html manifest="missing.cacheManifest">
2 <head>
3 <title>missing test</title>
4 <script type="text/javascript">
6 function obsolete(evt)
7 {
8 window.opener.ok(false, "Got an 'obsolete' event");
9 window.opener.finish();
10 }
12 function error(evt) {
13 window.opener.ok(true, "Got an 'error' event");
14 window.opener.finish();
15 }
17 applicationCache.onobsolete = obsolete;
18 applicationCache.onerror = error;
19 </script>
20 </head>
22 <body>
23 <h1></h1>
24 </body> </html>