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