<!DOCTYPE html>
<style>
body {
margin: 0px;
}
iframe {
position: absolute;
width: 200px;
height: 200px;
border: 20px solid;
padding: 20px;
}
</style>
<body>
<iframe src="/cross-site/baz.com/title1.html"></iframe>
</body>
<!DOCTYPE html>
<style>
body {
margin: 0px;
}
iframe {
position: absolute;
width: 200px;
height: 200px;
border: 20px solid;
padding: 20px;
}
</style>
<body>
<iframe src="/cross-site/baz.com/title1.html"></iframe>
</body>