| OLD | NEW |
| (Empty) | |
| 1 <style> |
| 2 .c8 { display: -webkit-inline-flexbox; float: left; } |
| 3 .c8:nth-last-of-type(2n+1) { vertical-align: bottom; height: 65536px; } |
| 4 </style> |
| 5 <script> |
| 6 var nodes = Array(); |
| 7 function boom() { |
| 8 try { nodes[0] = document.createElement('em'); } catch(e) {} |
| 9 try { nodes[8] = document.createElement('mark'); } catch(e) {} |
| 10 try { nodes[8].setAttribute('class', 'c8'); } catch(e) {} |
| 11 try { document.documentElement.appendChild(nodes[8]); } catch(e) {} |
| 12 try { nodes[63] = document.createElement('blockquote'); } catch(e) {} |
| 13 try { document.documentElement.appendChild(nodes[63]); } catch(e) {} |
| 14 try { nodes[66] = document.createElement('i'); } catch(e) {} |
| 15 try { nodes[66].setAttribute('class', 'c8'); } catch(e) {} |
| 16 try { document.documentElement.appendChild(nodes[66]); } catch(e) {} |
| 17 setTimeout("try { nodes[8].setAttribute('class', 'c10'); } catch(e) {}", 148
); |
| 18 setTimeout('try { nodes[0].appendChild(nodes[66]); } catch(e) {}', 212); |
| 19 } |
| 20 window.onload = boom; |
| 21 </script> |
| 22 |
| OLD | NEW |