1619370-iframe.html (330B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Testcase for bug 1619370</title> 6 <style> 7 #content { 8 background-color: green; 9 width: 100px; 10 height: 100px; 11 position: fixed; 12 top: 495px; 13 } 14 </style> 15 </head> 16 <body> 17 <div id="content"></div> 18 </body> 19 </html>