Sha256: 54a08a86ad93883971c3c1dcf75d968391299a35f251c281ae3f28b9317670f6

Contents?: true

Size: 1.36 KB

Versions: 11

Compression:

Stored size: 1.36 KB

Contents

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8; charset=utf-8"/>
    <title>Page Title</title>
  </head>
  <body>
    <h1>Post Form 1</h1>
    <form name="post_form1" method="post" action="/form_post?a=b&amp;b=c">
      <table>
        <tr>
          <td>First Name</td>
          <td><input type="text" name="first_name" /></td>
        </tr>
      </table><br />
      <input type="submit" value="Submit" />
    </form>

    <h1>Post Form 2</h1>
    <form name="post_form2" method="get" action="/form_post?a=b&amp;b=c">
      <table>
        <tr>
          <td>First Name</td>
          <td><input type="text" name="first_name" /></td>
        </tr>
      </table><br />
      <input type="submit" value="Submit" />
    </form>

    <h1>Post Form 3</h1>
    <form name="post_form3" method="post" action="/form_post?a=b&b=c">
      <table>
        <tr>
          <td>First Name</td>
          <td><input type="text" name="first_name" /></td>
        </tr>
      </table><br />
      <input type="submit" value="Submit" />
    </form>

    <h1>Post Form 4</h1>
    <form name="post_form4" method="post" action="/form_post#1">
      <table>
        <tr>
          <td>First Name</td>
          <td><input type="text" name="first_name" /></td>
        </tr>
      </table><br />
      <input type="submit" value="Submit" />
    </form>
  </body>
</html>

Version data entries

11 entries across 11 versions & 6 rubygems

Version Path
kitamomonga-mechanize-0.9.3.20090724215219 test/htdocs/test_bad_encoding.html
tenderlove-mechanize-0.9.3.20090911221705 test/htdocs/test_bad_encoding.html
domo-0.0.4 vendor/bundle/ruby/1.9.1/gems/mechanize-1.0.0/test/htdocs/test_bad_encoding.html
aai10-mechanize-2.0.1.0 test/htdocs/test_bad_encoding.html
neocoin-mechanize-2.0.2 test/htdocs/test_bad_encoding.html
mechanize-2.0.1 test/htdocs/test_bad_encoding.html
mechanize-2.0 test/htdocs/test_bad_encoding.html
mechanize-2.0.pre.2 test/htdocs/test_bad_encoding.html
mechanize-2.0.pre.1 test/htdocs/test_bad_encoding.html
mechanize-1.0.1.beta.20110107104205 test/htdocs/test_bad_encoding.html
mechanize-1.0.0 test/htdocs/test_bad_encoding.html