summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/336147-1.html
blob: a8eb350b7c98b297ffe3c81cde9e3e6c1fa3758a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
  <title>Bug 336147</title>
</head>
<body>
  <form action="http://foo.com/" method="post">
    <input value="abc" type="button" id="fooButton">
  </form>
  <script>
    document.getElementById('fooButton').innerHTML = 'xyz';
  </script>
</body>
</html>