no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 336147-1.html
bloba8eb350b7c98b297ffe3c81cde9e3e6c1fa3758a
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Bug 336147</title>
5 </head>
6 <body>
7 <form action="http://foo.com/" method="post">
8 <input value="abc" type="button" id="fooButton">
9 </form>
10 <script>
11 document.getElementById('fooButton').innerHTML = 'xyz';
12 </script>
13 </body>
14 </html>