summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/change_grandchild.html
blob: 885622c2b4b0c9c68a42c81b0a06fc1f3f28d1b9 (plain)
1
2
3
4
<body>Grandchild.</body>
<script>
    window.frameElement.parentNode.setAttribute("data-contains-grandchild", true);
</script>