summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/bfcache/embedded-img.html
blob: 7e9d713c0a79cb64d99cb2b27c32c60713453d59 (plain)
1
2
3
4
5
6
7
8
9
10
<!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': 'image/png', 'src': '/images/blue.png'});
</script>