Kargi-Sitesi/node_modules/selenium-webdriver/lib/test/data/fixedFooterNoScroll.html

13 lines
280 B
HTML
Raw Normal View History

2024-11-03 21:30:09 -05:00
<!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>