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

Unified 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, 5 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 side-by-side diff with in-line comments
Download patch
Index: third_party/webdriver/test_data/clicks.html
diff --git a/third_party/webdriver/test_data/clicks.html b/third_party/webdriver/test_data/clicks.html
deleted file mode 100644
index ebbe90ba6ff6b417333e5702fed5af2e60ff91a9..0000000000000000000000000000000000000000
--- a/third_party/webdriver/test_data/clicks.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<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>
-
-<a href="xhtmlTest.html" id="normal">I'm a normal link</a>
-<a href="#" id="anchor">I go to an anchor</a>
-<a href="javascript:window.open('xhtmlTest.html', '_blank')" id="new-window">I open a window with javascript</a>
-<a href="xhtmlTest.html" id="twoClientRects"><span></span><span>Click me</span></a>
-<a href="xhtmlTest.html" id="link-with-enclosed-image"><img id="enclosed-image" src="./icon.gif"/></a>
-<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>
-</body>
-</html>
« 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