1 <html class=
"reftest-wait">
3 <script type=
"text/javascript">
9 var body
= document
.body
;
10 document
.documentElement
.removeChild(body
);
11 document
.documentElement
.appendChild(body
);
14 setTimeout(bouncy
, 1);
16 document
.documentElement
.removeAttribute("class");
22 <body onload=
"bouncy();"><span id=
"a"></span><span style=
"filter: url(#a);"><span style=
"filter: url(#a);">B
</span></span></body>