1 <html manifest=
"resources/manifest-with-empty-file.manifest">
2 <div>This tests that a manifest that contains an empty file will not crash the browser.
</div>
3 <div id=
"result">FAILURE
</div>
5 if (window
.testRunner
) {
6 testRunner
.dumpAsText();
7 testRunner
.waitUntilDone();
12 document
.getElementById('result').innerHTML
= 'SUCCESS';
13 if (window
.testRunner
)
14 testRunner
.notifyDone();
17 applicationCache
.addEventListener('cached', cached
, false);