<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="chrome://translator/skin/floatingPanel.css"
type="text/css" rel="stylesheet">
</head>
<body text="#000000" bgcolor="#FFFFFF">
I have two appcache mochitests that both run fine individually but
the second fails when running them in a batch.<br>
<br>
The first test contains an invalid appcache. When prompted to allow
this site to store offline content the test clicks allow. Because
the appcache is invalid an error event is raised as planned and the
test runs through successfully.<br>
<br>
The second test contains a valid appcache. Because the previous test
allowed example.com to store offline data there is no prompt this
time. The progress event is raised for each appcache file downloaded
and I do see the console message "Offline cache update done,
URL=<a class="moz-txt-link-freetext" href="http://example.com/browser/browser/devtools/commandline/test/browser_cmd_appcache_valid_appcache.appcache">http://example.com/browser/browser/devtools/commandline/test/browser_cmd_appcache_valid_appcache.appcache</a>."
The problem is that the cached event is not fired.<br>
<br>
Am I missing something obvious or does anybody know of a workaround
for this issue?<br>
<br>
I can't offer candy or bacon but I can promise a decent set of
appcache debugging tools when I have a solution ... come on, you
know you want them ;o)<br>
<div style="bottom: auto; left: 452px; right: auto; top: 28px;
display: none;" class="translator-theme-default"
id="translator-floating-panel">
<div title="Click to translate"
id="translator-floating-panel-button"></div>
</div>
</body>
</html>