blob: 2ab7c90011293931e24b20d035407b58f4f2fe5a [file] [log] [blame]
<!DOCTYPE html>
<html manifest="empty.manifest">
<script>
applicationCache.onnoupdate = function() {
if (window.testRunner)
testRunner.notifyDone();
}
applicationCache.oncached = function() {
parent.postMessage("cached", "*");
}
</script>
</html>