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

10 lines
191 B
Plaintext
Raw Normal View History

2017-01-27 00:10:51 +00:00
2013-02-22 19:06:12 +00:00
<html>
<head>
<title>This is the parent frame title</title>
</head>
<body id="parentBody">
2013-03-02 03:54:58 +00:00
<iframe src='/frame_child' id='childFrame'></iframe>
2013-02-22 19:06:12 +00:00
</body>
2016-03-08 00:52:19 +00:00
</html>