Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / third_party / webdriver / test_data / clicks.html
1 <html>
2 <head>
3     <title>clicks</title>
4 </head>
5 <body>
6 <h1>Testing Clicks</h1>
7
8 <iframe id="source" src="click_source.html">
9
10 </iframe>
11
12 <iframe id="target" name="target">
13
14 </iframe>
15
16 <a href="xhtmlTest.html" id="normal">I'm a normal link</a>
17 <a href="#" id="anchor">I go to an anchor</a>
18 <a href="javascript:window.open('xhtmlTest.html', '_blank')" id="new-window">I open a window with javascript</a>
19 <a href="xhtmlTest.html" id="twoClientRects"><span></span><span>Click me</span></a>
20 <a href="xhtmlTest.html" id="link-with-enclosed-image"><img id="enclosed-image" src="./icon.gif"/></a>
21 <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>
22 <p style="background: none repeat scroll 0% 0% rgb(0, 255, 0); width: 5em;"><a id="overflowLink" href="xhtmlTest.html">looooooooooong short looooooooooong</a>
23                 </p>
24 <div id="bubblesTo" onclick="window.bubbledClick = true;">
25   <a id="bubblesFrom">I bubble</a>
26 </div>
27 </body>
28 </html>