chromium/content/test/data/frame_tree/page_with_scaled_frame.html

<!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>