summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/same_origin_grandchild.html
blob: e7a2293b76020590015dbebbd15b606e916cdcef (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": '66de8d44-7da7-47c7-9a52-41cba4f22bfe',
        "parent": window.parent !== window,
        "grandparent": window.parent.parent !== window.parent,
        "top": window.top === window.parent.parent,
    });
</script>