mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
13 lines
212 B
Text
13 lines
212 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>
|