mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
14 lines
214 B
Text
14 lines
214 B
Text
|
|
<h1>Postback</h1>
|
|
|
|
<form method="get">
|
|
<p>
|
|
<input type="submit" value="With no action">
|
|
</p>
|
|
</form>
|
|
|
|
<form action="" method="get">
|
|
<p>
|
|
<input type="submit" value="With blank action">
|
|
</p>
|
|
</form>
|