content/base/crashtests/831287.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/base/crashtests/831287.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +<head dir=auto id=test1><body id=test2><div" id=test3 itemtype=http://example.com/bar style="speak-numeral:> "><canvas id=c><p id=test4>FAIL (fallback content)</p></canvas>
     1.5 +
     1.6 +><script>
     1.7 +document.addEventListener("DOMContentLoaded", CFcrash, false);
     1.8 +function CFcrash() {
     1.9 +test1.appendChild(test4);
    1.10 +test1.setAttribute("dir", "foopy");
    1.11 +test1.appendChild(c);
    1.12 +test4.textContent = test2.outerHTML;
    1.13 +c.appendChild(test3);
    1.14 +}</script>>
    1.15 \ No newline at end of file

mercurial