aboutsummaryrefslogtreecommitdiff
path: root/node_modules/selenium-webdriver/lib/test/data/scrolling_tests/page_with_nested_scrolling_frames_out_of_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/selenium-webdriver/lib/test/data/scrolling_tests/page_with_nested_scrolling_frames_out_of_view.html')
-rw-r--r--node_modules/selenium-webdriver/lib/test/data/scrolling_tests/page_with_nested_scrolling_frames_out_of_view.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/node_modules/selenium-webdriver/lib/test/data/scrolling_tests/page_with_nested_scrolling_frames_out_of_view.html b/node_modules/selenium-webdriver/lib/test/data/scrolling_tests/page_with_nested_scrolling_frames_out_of_view.html
new file mode 100644
index 000000000..f79f7c848
--- /dev/null
+++ b/node_modules/selenium-webdriver/lib/test/data/scrolling_tests/page_with_nested_scrolling_frames_out_of_view.html
@@ -0,0 +1,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_nested_scrolling_frame_out_of_view.html" width="800" height="150" ></iframe>
+ </div>
+</body>
+</html>