mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
8 lines
No EOL
173 B
Text
8 lines
No EOL
173 B
Text
<html>
|
|
<head>
|
|
<title>This is the parent frame title</title>
|
|
</head>
|
|
<body>
|
|
<iframe src='/frame_child' id='childFrame'></iframe>
|
|
</body>
|
|
</html> |