content/base/crashtests/838489-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/base/crashtests/838489-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +><bdi id=test>
     1.5 +<xmp></xmp><font>><span><br>><keygen>><script>
     1.6 +document.addEventListener("DOMContentLoaded", CFcrash, false);
     1.7 +function editFuzz() {
     1.8 +document.designMode = "on";
     1.9 +try { document.execCommand("indent", false, true) } catch(e) {}
    1.10 +}
    1.11 +function CFcrash() {
    1.12 +setTimeout("try { editFuzz(); } catch(e) {}", 0);
    1.13 +try { test.setAttribute("dir", "&locale.dir;"); } catch(e) {}
    1.14 +}</script>>
    1.15 \ No newline at end of file

mercurial