Deployed the page to Github Pages.
This commit is contained in:
parent
1d79754e93
commit
2c89899458
62797 changed files with 6551425 additions and 15279 deletions
15
node_modules/selenium-webdriver/lib/test/data/overflow-body.html
generated
vendored
Normal file
15
node_modules/selenium-webdriver/lib/test/data/overflow-body.html
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html style="overflow: auto;">
|
||||
<head>
|
||||
<title>The Visibility of Everyday Things</title>
|
||||
</head>
|
||||
<body style="overflow: hidden;">
|
||||
<!-- When the test is run, the window is resized to less than 700 pixels high -->
|
||||
<p>This image is copyright Simon Stewart and donated to the Selenium project for use in its test suites.
|
||||
</p>
|
||||
<img src="beach.jpg" height="480" width="640" alt="a nice beach">
|
||||
|
||||
<!-- So this is off screen -->
|
||||
<iframe width="100%" height="1000" name="resultsFrame" src="xhtmlTest.html"></iframe>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue