Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 302379.html
blob6a1a091583ebb9fbbe3f7ee00531e40b997b1a2a
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>