blob: 307845b90b5245ba4e94579f243c5b32e867e0bb [file] [log] [blame]
<!DOCTYPE html>
<html>
<style>
iframe {
position: absolute;
left: -50px;
top: -50px;
width: 100px;
height: 100px;
/* Removing external factor that might affect pixel accuracy */
border: none;
padding: 0;
margin: 0;
}
</style>
<iframe src="title1.html">
</iframe>
</html>