6 var textarea = document.getElementsByTagName(
"TEXTAREA")[
0];
7 textarea.value =
"bar";
10 <BODY BGCOLOR=#FFFFFF
onload=
"doIt()">
11 The bug causes the nested table containing the textarea to be positioned away from the left edge of the outer table
14 <TABLE WIDTH=
300 BORDER=
1 ALIGN=CENTER
>
21 <TEXTAREA row=
2 cols=
5>foo
</TEXTAREA>