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