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

Unified Diff: third_party/webdriver/test_data/html5Page.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
« no previous file with comments | « third_party/webdriver/test_data/html5/yellow.jpg ('k') | third_party/webdriver/test_data/icon.gif » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/webdriver/test_data/html5Page.html
diff --git a/third_party/webdriver/test_data/html5Page.html b/third_party/webdriver/test_data/html5Page.html
deleted file mode 100644
index 355ddc3a1a6f4c154613292fd55e9c288eb3ac4c..0000000000000000000000000000000000000000
--- a/third_party/webdriver/test_data/html5Page.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<html manifest="html5/test.appcache">
-<head>
-<title>HTML5</title>
-</head>
-<body>
-
-<h3>Geolocation Test</h3>
-<div id="status">Location unknown</div>
-<script language="javascript" type="text/javascript" src="html5/geolocation.js"></script>
-
-<h3>Web SQL Database Test</h3>
-<div id="logs"></div>
-<script language="javascript" type="text/javascript" src="html5/database.js"></script>
-
-<h3>Application Cache Test</h3>
-<div id="images">
- <p>Current network status: <span id="state"></span></p>
- <script>
- var state = document.getElementById('state')
- setInterval(function () {
- state.className = navigator.onLine ? 'online' : 'offline';
- state.innerHTML = navigator.onLine ? 'online' : 'offline';
- }, 250);
- </script>
- <img id="red" src="html5/red.jpg">
- <img id="blue" src="html5/blue.jpg">
- <img id="green" src="html5/green.jpg">
- <img id="yellow" src="html5/yellow.jpg">
-</div>
-
-</body>
-</html>
« no previous file with comments | « third_party/webdriver/test_data/html5/yellow.jpg ('k') | third_party/webdriver/test_data/icon.gif » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698