1 <html xmlns=
"http://www.w3.org/1999/xhtml" class=
"reftest-wait">
7 var c
= document
.getElementById("c");
8 c
.style
.MozBinding
= "url('#foo')";
10 setTimeout(boom2
, 30);
15 var v
= document
.getElementById("v");
16 v
.parentNode
.removeChild(v
);
17 document
.documentElement
.removeAttribute("class");
22 <bindings xmlns=
"http://www.mozilla.org/xbl"><binding id=
"foo">
23 <content>x x x x x
<children/></content>
28 <body style=
"font-family: monospace; width: 10ch;" onload=
"setTimeout(boom1, 30);">
30 <div style=
"background: lightblue; border: 1px solid blue; margin-bottom: 1em;">
31 <span id=
"c">y y
<span id=
"v">Z
<div/></span></span>
34 <div style=
"background: lightgreen; border: 1px solid green; height: 2000px;">s
</div>