freeCodeCamp/bower_components/jsdom/test/window/files/iframe.html

14 lines
202 B
HTML

<html>
<head>
<script>
if(window.parent.aGlobal === 1) {
window.parent.DONE = 1;
}
window.parent.PARENT_IS_TOP = parent === top;
window.parent.LOADED_FRAME = 1;
</script>
</head>
<body>
</body>
</html>