Deployed the page to Github Pages.
This commit is contained in:
parent
1d79754e93
commit
2c89899458
62797 changed files with 6551425 additions and 15279 deletions
12
node_modules/selenium-webdriver/lib/test/data/screen/screen_iframes.html
generated
vendored
Normal file
12
node_modules/selenium-webdriver/lib/test/data/screen/screen_iframes.html
generated
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>Screen test</title>
|
||||
</head>
|
||||
<body>
|
||||
<table><tr><td>
|
||||
<iframe src="screen_frame1.html" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true" frameborder="0" height="500" scrolling="no" width="500" id="iframe1" name="iframe1-name"></iframe>
|
||||
</td><td>
|
||||
<iframe src="screen_frame2.html" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true" frameborder="0" height="500" scrolling="no" width="500" id="iframe2" name="iframe2-name"></iframe>
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue