scaled-iframe-zoomed-ref.html (341B)
1 <!DOCTYPE html> 2 <html reftest-resolution="1.5"> 3 <style> 4 div { 5 margin-left: 100px; 6 margin-top: 100px; 7 width: 200px; 8 height: 200px; 9 border: 10px blue solid; 10 transform: scale(2); 11 } 12 iframe { 13 width: 150px; 14 height: 150px; 15 border: 10px black solid; 16 } 17 </style> 18 <div> 19 <iframe src="iframe-zoomed-child.html"></iframe> 20 </div> 21 </html>