<!DOCTYPE html>
<style>
div {
transform: scale(0.2);
width: 100px;
height: 200px;
overflow: scroll;
}
iframe {
width: 100px;
height: 10000px;
}
</style>
<html>
<body>
<div>
<iframe src="/cross-site/baz.com/title1.html"></iframe>
</div>
</body>
</html>