blob: 1939585674386afc2fae7c6b7e6e2cf1f4f4e028 [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.keys();
</script>
</body>