blob: 78803d004029672fc6b2736ee9c13ba6f3fd43c0 [file] [log] [blame]
<body>
PASS if no crash.
<iframe id="i"></iframe>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var cache = i.contentWindow.caches;
i.remove();
cache.match("/");
</script>
</body>