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

Unified Diff: third_party/webdriver/test_data/styledPage.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/styledPage.html
diff --git a/third_party/webdriver/test_data/styledPage.html b/third_party/webdriver/test_data/styledPage.html
deleted file mode 100644
index 30810f0913495f203a8ebb71b0ef096cb6d12035..0000000000000000000000000000000000000000
--- a/third_party/webdriver/test_data/styledPage.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!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>
-
-
-
-
« no previous file with comments | « third_party/webdriver/test_data/slow_loading_iframes.html ('k') | third_party/webdriver/test_data/svgPiechart.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698