content/base/crashtests/815477.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/base/crashtests/815477.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +<head dir=auto id=test1><ul id=test2>
     1.5 +7. If no matching font face is within the "font-family" being processed by steps
     1.6 +</ul>
     1.7 +
     1.8 +<h2 id=test3><p id=test5>* XHB7R%[+z^NvLp5	n$C
     1.9 +<p id=test4>
    1.10 +<script>
    1.11 +var docElement = document.body;
    1.12 +document.addEventListener("DOMContentLoaded", CFcrash, false);
    1.13 +function CFcrash() {
    1.14 +setTimeout('try { test5.appendChild(test4); } catch(e) {}', 50);
    1.15 +try { test4.parentNode.removeChild(test4); test4 = test1; } catch(e) {}
    1.16 +try { test4.insertBefore(test2, test4.firstChils); } catch(e) { }
    1.17 +try { test2.textContent = test3.textContent; } catch(e) {}
    1.18 +}</script>>
    1.19 \ No newline at end of file

mercurial