summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/cross_origin_grandchild.html
blob: 1eff64af1051951ddafea5eb12c77ac0c32ac57c (plain)
1
2
3
4
5
6
7
8
9
10
11
<script src="iframe_harness.js"></script>
<body>
</body>
<script>
    send_test_results({
        "id": '6c8da65d-2c5e-44ef-bb0b-b8b9849aab19',
        "parent": window.parent !== window,
        "grandparent": window.parent.parent !== window.parent,
        "top": window.top === window.parent.parent,
    });
</script>