summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/bfcache/embedded-js.html
blob: c3b027563d32e55ada6d45bfddc43afe0640e87a (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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': 'application/javascript', 'src': '/resources/test-only-api.js'});
</script>