Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that disables it given conditions:
- os == "win" : https://bugzilla.mozilla.org/show_bug.cgi?id=1845961
- os == "mac" : https://bugzilla.mozilla.org/show_bug.cgi?id=1845961
- This test has a WPT meta file that expects 1 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/embedded-content/bfcache/embedded-html.html - WPT Dashboard Interop Dashboard
<!doctype html>
<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>