Deployed the page to Github Pages.
This commit is contained in:
parent
1d79754e93
commit
2c89899458
62797 changed files with 6551425 additions and 15279 deletions
11
node_modules/selenium-webdriver/lib/test/data/frameWithAnimals.html
generated
vendored
Normal file
11
node_modules/selenium-webdriver/lib/test/data/frameWithAnimals.html
generated
vendored
Normal file
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue