blob: 36cbd628ada345223669a3a377ff0586161a469a [file] [log] [blame]
<html manifest="resources/document-write-html-element.manifest">
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function test()
{
document.write("SUCCESS, no assertion failure");
document.write("<br>applicationCache.status == " + applicationCache.status);
if (window.testRunner)
testRunner.notifyDone();
}
applicationCache.oncached = test;
applicationCache.onnoupdate = test;
</script>