4 <script type=
"text/javascript">
6 document
.getElementById('sel1').style
.display
= '';
9 window
.testRunner
.notifyDone();
13 if (window
.testRunner
)
14 window
.testRunner
.waitUntilDone();
19 <body onload=
"main();">
22 <td><select id=
"sel1" style=
"display: none;"><option label=
"test"></select></td>
26 <p>The select element in the table above must not spill outside of the table.
</p>