content/html/document/test/bug448564-iframe-3.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/html/document/test/bug448564-iframe-3.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +<html>
     1.5 +<body>
     1.6 +
     1.7 +  <table>
     1.8 +    <span><form action="bug448564-echo.sjs" method="GET">
     1.9 +      <tr><td><input name="a" value="aval"></td></tr>
    1.10 +      <input type="hidden" name="b" value="bval">
    1.11 +      <input name="c" value="cval">
    1.12 +      <tr><td><input name="d" value="dval" type="submit"></td></tr>
    1.13 +    </form></span>
    1.14 +  </table>
    1.15 +
    1.16 +  <script src="bug448564-submit.js"></script>
    1.17 +
    1.18 +</body>
    1.19 +</html>

mercurial