electron/spec/fixtures/pages/change-parent.html
2014-03-04 22:04:41 +08:00

8 lines
152 B
HTML

<html>
<body>
<script type="text/javascript" charset="utf-8">
console.log('ready2')
window.parent.changedByIframe = true;
</script>
</body>
</html>