mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
9 lines
222 B
Text
9 lines
222 B
Text
<%# frozen_string_literal: true %>
|
|
<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>
|