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/frame_parent.erb
2016-04-27 11:48:55 -07:00

9 lines
225 B
Text

<%# frozen_string_literal: true %>
<html>
<head>
<title>This is the parent frame title</title>
</head>
<body id="parentBody">
<iframe src='/frame_child' id='childFrame'></iframe>
</body>
</html>