1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00
teampoltergeist--poltergeist/spec/support/views/nested_frame_test.erb

14 lines
210 B
Text
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
background: yellow;
}
</style>
</head>
<body>
<iframe src="/poltergeist/click_test" name="inner_frame"></iframe>
</body>
</html>