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

10 lines
191 B
Plaintext

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