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 %} |