Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(702)

Side by Side Diff: third_party/webdriver/test_data/clicks.html

Issue 424363004: Update third_party/webdriver/pylib to r18456 and delete test_data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "python" -> "pylib" Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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 o pen 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" s tyle="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 i d="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>
OLDNEW
« no previous file with comments | « third_party/webdriver/test_data/click_source.html ('k') | third_party/webdriver/test_data/closeable_window.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698