summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/windows/iframe-nested-scaled-print-ref.html
blob: fceaf1e52cd9b118c5f7e015bead2d0472bd1316 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<style>
  body { margin: 0 }
  div {
    transform-origin: top left;
    transform: scale(2);
  }
  iframe {
    width: 100px;
    height: 50px;
  }
</style>
<div>
<iframe frameborder=0 scrolling=no src="resources/iframe-nested-printing-pass.html"></iframe>
</div>