aboutsummaryrefslogtreecommitdiff
path: root/node_modules/selenium-webdriver/lib/test/data/iframeAtBottom.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/selenium-webdriver/lib/test/data/iframeAtBottom.html')
-rw-r--r--node_modules/selenium-webdriver/lib/test/data/iframeAtBottom.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/node_modules/selenium-webdriver/lib/test/data/iframeAtBottom.html b/node_modules/selenium-webdriver/lib/test/data/iframeAtBottom.html
new file mode 100644
index 000000000..a686ba312
--- /dev/null
+++ b/node_modules/selenium-webdriver/lib/test/data/iframeAtBottom.html
@@ -0,0 +1,15 @@
+<html>
+<head>
+ <title>This page has iframes</title>
+</head>
+<body>
+<h1 id="iframe_page_heading">This is the heading</h1>
+
+<div style="position: fixed; bottom: 0px; right: 0px; width: 150px; height: 150px;">
+ <iframe src="dragAndDropTest.html" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true" frameborder="1" height="100" scrolling="no" width="100" id="iframe1" name="iframe1-name" />
+</div>
+
+</body>
+</html>
+
+