aboutsummaryrefslogtreecommitdiff
path: root/node_modules/selenium-webdriver/lib/test/data/scrolling_tests/page_with_scrolling_frame_out_of_view.html
blob: 5df1115c24fd61eebc9670a125ec933d7f24f946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
  <title>Welcome Page</title>
</head>
<body>
  <div style="height: 5000px;">Placeholder</div>
  <div>
    <iframe name="scrolling_frame" src="frame_with_height_above_200.html" width="800" height="200" ></iframe>
  </div>
</body>
</html>