teamcapybara--capybara/lib/capybara/spec/views/frame_one.erb

8 lines
186 B
Plaintext
Raw Normal View History

2010-01-12 19:56:17 +00:00
<html>
<head>
<title>This is the title of frame one</title>
</head>
<body>
<div id="divInFrameOne">This is the text of divInFrameOne</div>
</body>
</html>