3 <title>dom test - editor inspired - border width dropped during reflow
</title>
6 var td1
= document
.getElementById("stretch");
7 var text
= document
.createTextNode("100000");
12 td {border:solid
5px green}
15 <body onload=
"domfunc()">
17 <table border=
"1" cellspacing=
"1" >
19 <td id=
"stretch"></td>
23 <table border=
"1" cellspacing=
"1" >