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

Unified Diff: gm/rebaseline_server/static/index.html

Issue 215503002: rebaseline_server: add --compare-configs option (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase 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: gm/rebaseline_server/static/index.html
diff --git a/gm/rebaseline_server/static/index.html b/gm/rebaseline_server/static/index.html
deleted file mode 100644
index 9cfd41c56961143857ad9fe2d9475778c624c7bf..0000000000000000000000000000000000000000
--- a/gm/rebaseline_server/static/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-
-<html>
- <head>
- <title>rebaseline_server</title>
- </head>
-
- <body>
- Here are links to the result pages:
- <ul>
- <li>
- <a href="/static/view.html#/view.html?resultsToLoad=/results/failures">
- failures
- </a>
- (includes failed, failure-ignored, and no-comparison)
- </li>
- <li>
- <a href="/static/view.html#/view.html?resultsToLoad=/results/all">
- all results
- </a>
- (includes successful test results also, but takes longer to load)
- </li>
- </ul>
- Instructions, roadmap, etc. are at
- <a href="http://tinyurl.com/SkiaRebaselineServer">
- http://tinyurl.com/SkiaRebaselineServer
- </a>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698