no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 346774-1a.html
blobff28145939a864eccbccc8cd6286a058d21bb89e
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <form name="theForm">
5 <select name="theSelect" style="width: auto">
6 <option>xxxxxxxxxx</option>
7 </select>
8 </form>
9 <script>
10 // Flush reflow
11 document.body.offsetWidth;
12 document.theForm.theSelect.style.width='30em';
13 document.body.offsetWidth;
14 document.theForm.theSelect.style.width='auto';
15 </script>
16 </body>
17 </html>