summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/windows/iframe-cross-origin-scaled-print.sub.html
blob: 2442563082398c7d563bac0a2a6cce9cefddd136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<link rel=match href="iframe-nested-scaled-print-ref.html">
<style>
  body { margin: 0 }
  div {
    transform-origin: top left;
    transform: scale(2);
    overflow: hidden;
  }
  iframe {
    width: 100px;
    height: 50px;
  }
</style>
<div>
<iframe frameborder=0 scrolling=no src="//{{hosts[alt][www]}}:{{ports[http][0]}}{{location[path]}}/../resources/iframe-nested-printing-pass.html"></iframe>
</div>