diff options
Diffstat (limited to 'testing/web-platform/tests/intersection-observer/resources/cross-origin-child-iframe.sub.html')
-rw-r--r-- | testing/web-platform/tests/intersection-observer/resources/cross-origin-child-iframe.sub.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/web-platform/tests/intersection-observer/resources/cross-origin-child-iframe.sub.html b/testing/web-platform/tests/intersection-observer/resources/cross-origin-child-iframe.sub.html new file mode 100644 index 0000000000..c341cd4102 --- /dev/null +++ b/testing/web-platform/tests/intersection-observer/resources/cross-origin-child-iframe.sub.html @@ -0,0 +1,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> |