Sign in
cobalt
/
cobalt
/
aa3fa575a3bff33238a9a436ba5e61d9921364e3
/
.
/
src
/
third_party
/
web_platform_tests
/
intersection-observer
/
resources
/
cross-origin-child-iframe.sub.html
blob: 8e2c36ed56072ad9fd2e82d43b609f5719d78a55 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<script
src
=
"/common/get-host-info.sub.js"
></script>
<iframe
id
=
"iframe"
></iframe>
<script>
iframe
.
src
=
get_host_info
().
ORIGIN
+
"/intersection-observer/resources/same-origin-grand-child-iframe.html"
;
</script>