iframe-with-object.html (398B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <title>Display:none iframe with object tag</title> 4 <script> 5 // If this document is loaded as a display:none iframe, forcing an update here 6 // means we do not need a style or layout update after the object is inserted 7 // below because we are not being rendered. 8 document.documentElement.offsetTop; 9 </script> 10 <object data="data:text/html,frame"></object>