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

Unified Diff: chrome/test/functional/ispy/server/views/list_view.html

Issue 222873002: Remove pyauto tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync Created 6 years, 9 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: chrome/test/functional/ispy/server/views/list_view.html
===================================================================
--- chrome/test/functional/ispy/server/views/list_view.html (revision 261231)
+++ chrome/test/functional/ispy/server/views/list_view.html (working copy)
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-{% autoescape on %}
-<html>
- <head>
- <title>I-Spy Test Runs</title>
- <style>
- #container {
- display: table;
- background-color:#DDD;
- border: 1px solid #AAA;
- width: 400px;
- margin: 5px;
- padding: 5px;
- }
- </style>
- </head>
- <body>
- <h3>Test Runs</h3>
- <div id="container">
- {% for link in links %}
- <div>
- <a href="{{ link[1] }}">{{ link[0] }}</a>
- </div>
- {% endfor %}
- </div>
- </body>
-</html>
-{% endautoescape %}
« no previous file with comments | « chrome/test/functional/ispy/server/views/debug_view.html ('k') | chrome/test/functional/ispy/server/views/main_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698