2 <html class=
"reftest-wait">
9 <script lang=
"JavaScript">
10 function toggleLayer(id) {
11 var s = document.getElementById(id).style;
12 s.display = s.display ?
"" :
"block";
17 document.body.offsetWidth;
19 document.body.offsetWidth;
21 document.documentElement.className =
"";
25 <body onload=
"doTest()">
26 <table style=
"width: 100%;" border=
"5">
28 <td id=
"t">First row
</td>