1 <html xmlns=
"http://www.w3.org/1999/xhtml">
2 <script type=
"text/javascript">
6 testRunner
.dumpAsText();
8 test
= document
.getElementById("test");
9 test2
= document
.getElementById("test2");
10 inp
= document
.createElement("input");
12 document
.body
.offsetTop
;
13 test
.appendChild(inp
);
14 test2
.appendChild(inp
);
15 document
.body
.offsetTop
;
18 <body onload=
"runTest()">
19 Test passes if it does not crash.
20 <caption>Text in caption
1</caption>
22 <a>Text in caption
2</a>
26 <a>Text in caption
3</a>