mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
cf1aa4d073
This way, implementations of other drivers can use the specs to verify that they are working correctly.
13 lines
No EOL
212 B
Text
13 lines
No EOL
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> |