769303-1.html 869 B

12345678910111213141516171819202122232425262728293031323334
  1. <html class="reftest-wait">
  2. <style>
  3. p::first-letter {
  4. float: left;
  5. }
  6. p:before {
  7. content: counter(e2);
  8. }
  9. p:not([type=image]) {
  10. float: left;
  11. -moz-appearance: radio;
  12. }
  13. </style>
  14. <p id=test1><script>
  15. function initCF() {
  16. document.removeEventListener("DOMContentLoaded", initCF, false);
  17. test2 = test1.cloneNode(false);
  18. test3 = test2.cloneNode(false);
  19. document.documentElement.appendChild(test3);
  20. setTimeout("CFcrash()", 21);
  21. }
  22. document.addEventListener("DOMContentLoaded", initCF, false);
  23. window.onload = initCF;
  24. var gCallCount = 0;
  25. function CFcrash() {
  26. 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!-"));
  27. window.scrollBy(-463, -480);
  28. if (++gCallCount == 2) {
  29. document.documentElement.classList.remove("reftest-wait");
  30. }
  31. }
  32. </script>