1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/lib/capybara/spec/views/postback.erb
Jonas Nicklas cf1aa4d073 Moved shared specs into lib directory
This way, implementations of other drivers can
use the specs to verify that they are working
correctly.
2010-04-09 16:41:35 +02:00

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>