summaryrefslogtreecommitdiffstats
path: root/dom/html/test/bug448564-iframe-1.html
blob: 4f3e79e5d27a739aad826c527bf5005e2cece00a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<body>

  <table>
    <form action="bug448564-echo.sjs" method="GET">
      <tr><td><input name="a" value="aval"></td></tr>
      <input type="hidden" name="b" value="bval">
      <input name="c" value="cval">
      <tr><td><input name="d" value="dval" type="submit"></td></tr>
    </form>
  </table>

  <script src="bug448564-submit.js"></script>

</body>
</html>