<html>
<style>
body {
background-color: white;
}
</style>
<script>
window.parent.setupWindow(window);
</script>
<body onload="window.setupBody();">
foo bar baz<input>
</body>
</html>
<html>
<style>
body {
background-color: white;
}
</style>
<script>
window.parent.setupWindow(window);
</script>
<body onload="window.setupBody();">
foo bar baz<input>
</body>
</html>