8 The textareas below should not overlap.
9 <table border=
"0" cellspacing=
"1" cellpadding=
"1" width=
"100%">
11 <td nowrap
><textarea class=
"test">one
</textarea></td>
12 <td><textarea class=
"test">two
</textarea></td>
13 <td><textarea class=
"test">three
</textarea></td>
14 <td width=
"100%"> </td>
21 <table border=
"0" cellspacing=
"1" cellpadding=
"1" width=
"100%">
23 <td nowrap
><textarea class=
"test" cols=
"30">one two three
</textarea></td>
24 <td><textarea class=
"test" cols=
"30">two
</textarea></td>
25 <td><textarea class=
"test" cols=
"30">three
</textarea></td>
26 <td width=
"100%"> </td>