Deployed the page to Github Pages.
This commit is contained in:
parent
1d79754e93
commit
2c89899458
62797 changed files with 6551425 additions and 15279 deletions
28
node_modules/selenium-webdriver/lib/test/data/styledPage.html
generated
vendored
Normal file
28
node_modules/selenium-webdriver/lib/test/data/styledPage.html
generated
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Styled Page</title>
|
||||
<script>
|
||||
function log(message) {
|
||||
document.getElementById('log').innerHTML = "<p>" + message + "</p>"
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div style="height: 200px"></div>
|
||||
|
||||
<form action="#" method="get" onsubmit="return false;">
|
||||
<input name="searchBox">
|
||||
<input type="submit" name="btn" style="padding-top: 4px; padding-bottom: 4px" value="Search" onclick="log('click');">
|
||||
</form>
|
||||
|
||||
<div id="log"></div>
|
||||
|
||||
<div style="height: 4000px">Content</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue