1 <html xmlns=
"http://www.w3.org/1999/xhtml" class=
"reftest-wait">
12 a
= document
.getElementById("a");
13 b
= document
.getElementById("b");
15 var img
= document
.getElementById("img");
16 var rx
= document
.getElementById("rx");
18 img
.setAttribute('src', "javascript:aC(a, b);");
21 document
.documentElement
.removeAttribute("class");
24 // This has to be a top-level function to avoid hitting bug 344890.
25 function aC(q1
, q2
) { q1
.appendChild(q2
); }
32 <body onload=
"setTimeout(foopy, 30);">
34 <span id=
"a" style=
"border: 1px solid green;">A
<img src=
"../../../../testing/crashtest/images/tree.gif" id=
"img" /></span>
38 <div data=
"text/plain,Hi!" style=
"border: 1px solid blue; display: block;" id=
"rx" />