chromium/third_party/blink/web_tests/external/wpt/html/semantics/embedded-content/bfcache/embedded-html.html

<!doctype html>
<link rel="help" href="http://crbug.com/1325192">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/test-only-api.js"></script>

<script type="module">
import * as common from "./resources/common.js";
common.runBfcacheTestForEmbeds({"type": "text/html", "src": "/resources/blank.html"});
</script>