2 <html onload=
"mutate();">
3 Test that event listeners are correctly removed when eventBase conditions are cleared. This test passes if it does not crash.
<br/>
6 <animate id=
"anim" attributeName=
"visibility" />
7 <set begin=
"anim.beginEvent" id=
"set" to=
"100" attributeName=
"width" />
10 var set = document
.getElementById("set");
12 set.removeAttribute("begin");
13 set.parentNode
.removeChild(set);
16 if (window
.testRunner
)
17 testRunner
.dumpAsText();