1409502.html (431B)
1 <html> 2 <head> 3 <style> 4 HTML:first-line, DIV { position:fixed } 5 </style> 6 <script> 7 try { o1 = document.createElement('DIV') } catch(e) { } 8 try { document.documentElement.appendChild(o1) } catch(e) { } 9 try { document.documentElement.getBoundingClientRect() } catch(e) { } 10 try { document.styleSheets[0].cssRules[0].style['position'] = 'relative' } catch(e) { } 11 </script> 12 </head> 13 </html>