chromium/third_party/blink/web_tests/http/tests/cachestorage/detached-context-match.html

<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>