9 if (window.layoutTestController)
10 layoutTestController.display();
13 The textareas below should not overlap.
14 <table border="0" cellspacing="1" cellpadding="1" width="100%">
16 <td nowrap><textarea class="test">one</textarea></td>
17 <td><textarea class="test">two</textarea></td>
18 <td><textarea class="test">three</textarea></td>
19 <td width="100%"> </td>
26 <table border="0" cellspacing="1" cellpadding="1" width="100%">
28 <td nowrap><textarea class="test" cols="30">one two three</textarea></td>
29 <td><textarea class="test" cols="30">two</textarea></td>
30 <td><textarea class="test" cols="30">three</textarea></td>
31 <td width="100%"> </td>