layout/generic/crashtests/765621.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/765621.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<html  class="reftest-wait"><hx id=hx1>><style>
     1.5 +.class1 { white-space: pre-wrap; letter-spacing: 54138.1947293em; font: bold small-caps 178in Ahem;</style><script>
     1.6 +var docElement = document.documentElement;
     1.7 +function initCF() {
     1.8 +document.removeEventListener("DOMContentLoaded", initCF, false);
     1.9 +test = document.createElementNS("http://www.w3.org/1998/Math/MathML", "mstyle");
    1.10 +test.setAttribute("class", "class1");
    1.11 +docElement.appendChild(test);
    1.12 +text1 = document.createTextNode("FLAj  *uaRk}|/zee   aCb  o =  $l xQ-gGF[(})+/1 {c:K   4A}mj}}AOc] 	^v  Q |Vsqx5.VN,3 *5o:f N[- } EaT  , BaPj }6 x{#d5 G[ J");
    1.13 +text2 = document.createTextNode("!n! I	}?|uXva%e I  vRg4Ahq%HGWExC N*B~OyW E%KcuS	LO1C|I[?DtW c	$9 4Ij`xX	|4V ;sML3ZQF f` +g _");
    1.14 +setTimeout("CFcrash()", 291);
    1.15 +}
    1.16 +document.addEventListener("DOMContentLoaded", initCF, false);
    1.17 +function CFcrash() {
    1.18 +test.appendChild(hx1);
    1.19 +test.appendChild(text2);
    1.20 +docElement.offsetTop;
    1.21 +hx1.appendChild(text1);
    1.22 +document.documentElement.offsetHeight;
    1.23 +document.documentElement.removeAttribute("class");
    1.24 +}</script>>

mercurial