Bug 1849622 [wpt PR 41564] - Minor formatting fix, a=testonly
[gecko.git] / testing / web-platform / tests / html / browsers / windows / iframe-cross-origin-scaled-print.sub.html
blob2442563082398c7d563bac0a2a6cce9cefddd136
1 <!doctype html>
2 <link rel=match href="iframe-nested-scaled-print-ref.html">
3 <style>
4 body { margin: 0 }
5 div {
6 transform-origin: top left;
7 transform: scale(2);
8 overflow: hidden;
10 iframe {
11 width: 100px;
12 height: 50px;
14 </style>
15 <div>
16 <iframe frameborder=0 scrolling=no src="//{{hosts[alt][www]}}:{{ports[http][0]}}{{location[path]}}/../resources/iframe-nested-printing-pass.html"></iframe>
17 </div>