1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/769303-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +<style> 1.5 +p::first-letter { 1.6 + float: left; 1.7 + } 1.8 +p:before { 1.9 + content: counter(e2); 1.10 + } 1.11 +p:not([type=image]) { 1.12 + float: left; 1.13 + -moz-appearance: radio; 1.14 +} 1.15 +</style> 1.16 +<p id=test1><script> 1.17 +function initCF() { 1.18 +document.removeEventListener("DOMContentLoaded", initCF, false); 1.19 +test2 = test1.cloneNode(false); 1.20 +test3 = test2.cloneNode(false); 1.21 +document.documentElement.appendChild(test3); 1.22 +setTimeout("CFcrash()", 21); 1.23 +} 1.24 +document.addEventListener("DOMContentLoaded", initCF, false); 1.25 +window.onload = initCF; 1.26 + 1.27 +function CFcrash() { 1.28 +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!-")); 1.29 +window.scrollBy(-463, -480); 1.30 +} 1.31 +</script>