gecko-dev/gfx/tests/crashtests/815489.html
Florian Quèze 85611a7b6d Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.
--HG--
extra : rebase_source : a22344ee1569f58f1f0a01017bfe0d46a6a14602
2017-01-17 11:50:25 +01:00

17 lines
1.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

><textarea></textarea><audio id=test1 style="cue-after: none; margin: 8508em -189em 182; ">><style>
* { azimuth: behind; -moz-transform: skewy(86deg); }
@-moz-keyframes cfpulse0 { 0% { opacity: 0.3175; transform: rotatex(67166.5665591deg); box-shadow: 167px 0px 8px ivory; quotes: "" "" ""; } }
* { -moz-animation-name: cfpulse0; -moz-animation-duration: 5s; background-color: -moz-buttonhoverface;</style><script>
var docElement = document.body ? document.body : document.documentElement;
function initCF() {
try { test2 = document.createElementNS("http://www.w3.org/1999/xhtml", "tbody"); } catch(e) {}
try { docElement.appendChild(test2); } catch(e) {}
setTimeout("CFcrash()", 192);
}
document.addEventListener("DOMContentLoaded", initCF);
function CFcrash() {
try { test1.style.display = "table-column" } catch(e) {}
setTimeout('try { var x = new XSLTProcessor(); x.transformToDocument(test1); } catch(e) {}', 205);
setTimeout('try { docElement.appendChild(test1); } catch(e) {}', 391);
try { test2.classList.add("not-exist"); } catch(e) {}
}</script>>