aboutsummaryrefslogtreecommitdiff
path: root/node_modules/selenium-webdriver/lib/test/data/frameWithAnimals.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/selenium-webdriver/lib/test/data/frameWithAnimals.html')
-rw-r--r--node_modules/selenium-webdriver/lib/test/data/frameWithAnimals.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/node_modules/selenium-webdriver/lib/test/data/frameWithAnimals.html b/node_modules/selenium-webdriver/lib/test/data/frameWithAnimals.html
new file mode 100644
index 000000000..1e0dc8704
--- /dev/null
+++ b/node_modules/selenium-webdriver/lib/test/data/frameWithAnimals.html
@@ -0,0 +1,11 @@
+<html>
+<head>
+ <title>This page has iframes</title>
+</head>
+<body>
+<h1 id="iframe_page_heading">This is the heading</h1>
+
+<iframe src="animals" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true"
+ frameborder="0" height="600" scrolling="no" width="120" id="iframe1" name="iframe1-name" />
+</body>
+</html>