Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html class="reftest-wait"><head><title></title></head>
3 <body onload="document.documentElement.className='';">
4 <table width="400">
5 <tbody><tr>
6 <td>
7 <font><b>
8 long string long string long string long string long string long string long string long string
9 <select id="sel">
10 <option value="a">long string long string long string long string</option>
11 <option value="b">short string</option>
12 </select>
13 </b></font>
14 </td>
15 </tr>
16 </tbody></table>
17 <script>
18 sel = document.getElementById('sel');
19 sel.selectedIndex=1;
20 </script>
21 </body></html>