summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/cross_origin_child.html
blob: 8b44fe805fb6d2408dab8f53c14ea70531104607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<script src="iframe_harness.js"></script>
<body>
  <iframe src="cross_origin_grandchild.html"></iframe>
</body>
<script>
    send_test_results({
        "id": '79a52de8-4222-427e-92db-caec28e75f8e',
        "parent": window.parent !== window,
        "grandparent": window.parent.parent === window.parent,
        "top": window.top === window.parent,
    });
</script>