summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/845093-1.html
blob: 3ed8efca65d088ca1089737f3475fe8affd00a00 (plain)
1
2
3
4
5
6
7
8
9
10
<body dir=auto> u	
<script>
function initCF() {
setTimeout("CFcrash()", 284);
}
document.addEventListener("DOMContentLoaded", initCF);
function CFcrash() {
try { document.designMode = 'on'; document.execCommand("InsertHTML", false, "world"); document.designMode = 'off'; } catch(e) {}
try { document.designMode = 'on'; document.execCommand("inserthtml", false, "<span><div>"); } catch(e) {}
}</script>>