bzbarsky%mit.edu 51d3e3b3d8 Adding test. Patch by Ryan Jones <sciguyryan@gmail.com>
git-svn-id: svn://10.0.0.236/trunk@221395 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-06 18:11:27 +00:00

15 lines
283 B
HTML

<!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>