Deployed the page to Github Pages.
This commit is contained in:
parent
1d79754e93
commit
2c89899458
62797 changed files with 6551425 additions and 15279 deletions
13
node_modules/selenium-webdriver/lib/test/data/fixedFooterNoScroll.html
generated
vendored
Normal file
13
node_modules/selenium-webdriver/lib/test/data/fixedFooterNoScroll.html
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Fixed footer with no scrollbar</title>
|
||||
</head>
|
||||
<body>
|
||||
<div style="width: 100%; min-height: 100%;">
|
||||
<div style="position: absolute; bottom: 0px;">
|
||||
<a id="link" href="xhtmlTest.html">Click me</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue