summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/intersection-observer/resources/cross-origin-child-iframe.sub.html
blob: c341cd410227139176d3457aa6b953fc1b8a8a96 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<script src="/common/get-host-info.sub.js"></script>
<iframe scrolling="no" frameborder="0" id="iframe"></iframe>
<script>
iframe.src =
  get_host_info().ORIGIN + "/intersection-observer/resources/same-origin-grand-child-iframe.html";
</script>