summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/942979.html
blob: 7faf0092ed8565dffaeb0fd3c3e1b06439dc7345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html>
<head></head>
<body>
<script>
var QNBABBAH=document.createElement('ROTFL');

QNBABBAH.addEventListener('DOMNodeRemoved',function EventHandlerEventHandlerIMQFGDGL()
{
         QNBABBAH.normalize();
});

var MBHOMIBK=document.createElement('whatever');
QNBABBAH.appendChild(MBHOMIBK);

var BKDKEDBI=document.createElement('whatever');
MBHOMIBK.appendChild(BKDKEDBI);

var QQFOJBAM=document.createElement('whatever');
BKDKEDBI.appendChild(QQFOJBAM); 

var JNCNIPON=document.createElement('whatever');
QQFOJBAM.appendChild(JNCNIPON);
var a=document.createTextNode('AAAA');

JNCNIPON.addEventListener('DOMNodeInserted',function EventHandlerEventHandlerGFNKONKK()
{
   JNCNIPON.insertAdjacentHTML('afterbegin','.');

});

JNCNIPON.appendChild(a);

var CACEQGDA=document.createElement('whatever2');

CACEQGDA.addEventListener('DOMSubtreeModified',function EventHandlerEventHandlerMOOLBGNC(){

});

JNCNIPON.innerHTML = 'ALBERTDAJEDUPY';
</script>
</body>
</html>