Deployed the page to Github Pages.
This commit is contained in:
parent
1d79754e93
commit
2c89899458
62797 changed files with 6551425 additions and 15279 deletions
35
node_modules/selenium-webdriver/lib/test/data/clicks.html
generated
vendored
Normal file
35
node_modules/selenium-webdriver/lib/test/data/clicks.html
generated
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>clicks</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Testing Clicks</h1>
|
||||
|
||||
<iframe id="source" src="click_source.html">
|
||||
|
||||
</iframe>
|
||||
|
||||
<iframe id="target" name="target">
|
||||
|
||||
</iframe>
|
||||
<br>
|
||||
<a href="xhtmlTest.html" id="normal">I'm a normal link</a>
|
||||
<br/>
|
||||
<a href="#" id="anchor">I go to an anchor</a>
|
||||
<br>
|
||||
<a href="javascript:window.open('xhtmlTest.html', '_blank')" id="new-window">I open a window with javascript</a>
|
||||
<br/>
|
||||
<a href="xhtmlTest.html" id="twoClientRects"><span></span><span>Click me</span></a>
|
||||
<br/>
|
||||
<a href="xhtmlTest.html" id="link-with-enclosed-image"><img id="enclosed-image" src="./icon.gif"/></a>
|
||||
<br/>
|
||||
<a href="xhtmlTest.html" id="link-with-enclosed-span"><span id="enclosed-span" style="color: rgb(0, 255, 0)">I'm a green link</span></a>
|
||||
<p style="background: none repeat scroll 0% 0% rgb(0, 255, 0); width: 5em;"><a id="overflowLink" href="xhtmlTest.html">looooooooooong short looooooooooong</a>
|
||||
</p>
|
||||
<div id="bubblesTo" onclick="window.bubbledClick = true;">
|
||||
<a id="bubblesFrom">I bubble</a>
|
||||
</div>
|
||||
<a href="xhtmlTest.html">333333</a>
|
||||
<p><a href="xhtmlTest.html" id="embeddedBlock"><span style="display: block;">I have a span</span><div>And a div</div><span>And another span</span></a></p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue