summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/same_origin_child.html
blob: a36e231fa253730402f0097901a4ad1fe1ae5192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<script src="iframe_harness.js"></script>
<body>
  <iframe src="same_origin_grandchild.html"></iframe>
</body>
<script>
    send_test_results({
        "id": '08782f28-e313-47ae-8cd7-419f3e194b0a',
        "parent": window.parent !== window,
        "grandparent": window.parent.parent === window.parent,
        "top": window.top === window.parent,
    });
</script>