blob: d71c3a1432c3eaf34197ed258204c5d710fb4136 [file] [log] [blame]
<!DOCTYPE html>
<style>
div {
transform: scale(0.5);
}
iframe {
width: 100px;
height: 100px;
}
</style>
<html>
<body>
<div>
<iframe src="page_with_positioned_frame.html"></iframe>
</div>
</body>
</html>