blob: e1fab8a94fd4c255c84b1317d513fb19fa5cfa70 [file] [log] [blame]
<!DOCTYPE html>
<style>
body {
margin: 0;
}
#scaled {
transform-origin: top left;
transform: scale(0.2);
width: 150px;
height: 200px;
}
iframe {
width: 150px;
height: 200px;
border: 0;
}
#spacer {
height: 10000px;
}
</style>
<html>
<body>
<div id=scaled>
<iframe src="about:blank"></iframe>
</div>
<div id=spacer></div>
</body>
</html>