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

Unified Diff: tools/page_cycler/webpagereplay/start.html

Issue 160443004: Remove web page replay based pyauto tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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: tools/page_cycler/webpagereplay/start.html
diff --git a/tools/page_cycler/webpagereplay/start.html b/tools/page_cycler/webpagereplay/start.html
deleted file mode 100644
index d263a355e2ef2c83bfcfd1b0359ef7f078fd4f87..0000000000000000000000000000000000000000
--- a/tools/page_cycler/webpagereplay/start.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<html>
-<!-- Copyright (c) 2012 The Chromium Authors. All rights reserved. -->
-<!-- Use of this source code is governed by a BSD-style license that can be -->
-<!-- found in the LICENSE file. -->
-<head>
-<style>
- .labeledtextarea * {
- vertical-align: middle;
- }
-</style>
-</head>
-<body>
-<h3>Page Cycler: Web Page Replay Test</h3>
-
-<p class=labeledtextarea>
-<label for="status">Status:</label>
-<textarea id=status style="width:40em;height:3em;"></textarea>
-</p>
-
-<hr>
-<p>
-<div id=startform></div>
-<textarea id=json style="visibility: hidden;"></textarea>
-<script src="start.js"></script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698