no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 345267-1d.html
blobd912035a530dfe063daa786e156cc06819dfd4c8
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <input size="20" maxlength="2">
5 <script>
6 document.body.offsetWidth;
7 document.getElementsByTagName("input")[0].setAttribute("value", "abcde");
8 </script>
9 </body>
10 </html>