1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5 <style type=
"text/css">
6 td
{ padding: 20px; background: lightgreen
; }
10 <p>The top table was resized while the field
’s contents
15 <input value=
"foo bar" id=
"t">
22 <td style=
"height: 200px;">
23 <input value=
"foo bar">
28 <script type=
"text/javascript">
29 document
.getElementById('t').select();
30 document
.getElementById('cell').style
.height
= "200px";