1384161.html (725B)
1 <html> 2 <head> 3 <script> 4 try { o1 = document.createElement('caption') } catch(e) { } 5 try { o2 = document.createElement('select') } catch(e) { } 6 try { o3 = document.createElement('map') } catch(e) { } 7 try { o4 = window.getSelection() } catch(e) { } 8 try { document.documentElement.appendChild(o1) } catch(e) { } 9 try { o1.style.display = 'contents' } catch(e) { } 10 try { document.prepend(o2, document) } catch(e) { } 11 try { document.designMode = 'on'; } catch(e) { } 12 try { o3.ownerDocument.execCommand('outdent', false, null) } catch(e) { } 13 try { document.designMode = 'off'; } catch(e) { } 14 try { o4.extend(o2, 0) } catch(e) { } 15 </script> 16 </head> 17 </html>