gfx/tests/crashtests/815489.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gfx/tests/crashtests/815489.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +><textarea></textarea><audio id=test1 style="cue-after: none; margin: 8508em -189em 182; ">><style>
     1.5 +* { azimuth: behind; -moz-transform: skewy(86deg);  }
     1.6 +@-moz-keyframes cfpulse0 { 0% { opacity: 0.3175; transform: rotatex(67166.5665591deg); box-shadow: 167px 0px 8px ivory; quotes: "" "‹" "›";  } }
     1.7 +* { -moz-animation-name: cfpulse0; -moz-animation-duration: 5s; background-color: -moz-buttonhoverface;</style><script>
     1.8 +var docElement = document.body ? document.body : document.documentElement;
     1.9 +function initCF() {
    1.10 +try { test2 = document.createElementNS("http://www.w3.org/1999/xhtml", "tbody"); } catch(e) {}
    1.11 +try { docElement.appendChild(test2); } catch(e) {}
    1.12 +setTimeout("CFcrash()", 192);
    1.13 +}
    1.14 +document.addEventListener("DOMContentLoaded", initCF, false);
    1.15 +function CFcrash() {
    1.16 +try { test1.style.display = "table-column" } catch(e) {}
    1.17 +setTimeout('try { var x = new XSLTProcessor(); x.transformToDocument(test1); } catch(e) {}', 205);
    1.18 +setTimeout('try { docElement.appendChild(test1); } catch(e) {}', 391);
    1.19 +try { test2.classList.add("not-exist"); } catch(e) {}
    1.20 +}</script>>
    1.21 \ No newline at end of file

mercurial