|
1 <style> |
|
2 p::first-letter { |
|
3 float: left; |
|
4 } |
|
5 p:before { |
|
6 content: counter(e2); |
|
7 } |
|
8 p:not([type=image]) { |
|
9 float: left; |
|
10 -moz-appearance: radio; |
|
11 } |
|
12 </style> |
|
13 <p id=test1><script> |
|
14 function initCF() { |
|
15 document.removeEventListener("DOMContentLoaded", initCF, false); |
|
16 test2 = test1.cloneNode(false); |
|
17 test3 = test2.cloneNode(false); |
|
18 document.documentElement.appendChild(test3); |
|
19 setTimeout("CFcrash()", 21); |
|
20 } |
|
21 document.addEventListener("DOMContentLoaded", initCF, false); |
|
22 window.onload = initCF; |
|
23 |
|
24 function CFcrash() { |
|
25 test3.appendChild(document.createTextNode(" bBCV5.3kvwoaU O8k l i!4c`Ei;N-#/ Qg QBZi$8A [8xlL#cN U4l !%lP S% Z9[H } {2Jk A00F8 TjQQ1KHx zf k]F-G ,%lz8?@ 2ZB!-")); |
|
26 window.scrollBy(-463, -480); |
|
27 } |
|
28 </script> |