transform-iframe-ref.html (405B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Reftest Reference</title> 5 <link rel="author" title="Clint Talbert" href="mailto:ctalbert@mozilla.com"> 6 <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name"> 7 <style> 8 iframe { 9 overflow: hidden; 10 height: 200px; 11 width: 300px; 12 } 13 </style> 14 <iframe src="about:blank"></iframe> 15 </body> 16 </html>