1 <html manifest=
"resources/manifest-containing-itself.manifest">
3 <div>This tests that a manifest can contain itself as a resource.
</div>
4 <div id=
"result">FAILURE
</div>
7 if (window
.testRunner
) {
8 testRunner
.dumpAsText()
9 testRunner
.waitUntilDone();
14 document
.getElementById('result').innerHTML
= 'SUCCESS';
16 if (window
.testRunner
)
17 testRunner
.notifyDone();
20 applicationCache
.addEventListener('cached', cached
, false);
21 applicationCache
.addEventListener('noupdate', cached
, false);