Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html reftest-resolution="1.5">
<style>
div {
  margin-left: 100px;
  margin-top: 100px;
  width: 400px;
  height: 400px;
  border: 2px blue solid;
}
iframe {
  width: 350px;
  height: 350px;
  border: 2px black solid;
}
</style>
<div>
<iframe src="iframe-zoomed-child.html"></iframe>
</div>
</html>