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

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

Issue 46413004: rebaseline_server: make default landing page list supported query URLs (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 2 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 | « gm/rebaseline_server/server.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/rebaseline_server/static/index.html
===================================================================
--- gm/rebaseline_server/static/index.html (revision 0)
+++ gm/rebaseline_server/static/index.html (revision 0)
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+
+<html>
+ <head>
+ <title>rebaseline_server</title>
+ </head>
+
+ <body>
+ Here are links to the result pages:
+ <ul>
+ <li>
+ <a href="/static/view.html?resultsToLoad=failures">
+ failures only
+ </a>
+ (loads faster)
+ </li>
+ <li>
+ <a href="/static/view.html?resultsToLoad=all">
+ all results
+ </a>
+ (includes successful test results)
+ </li>
+ </ul>
+ Instructions, roadmap, etc. are at
+ <a href="http://tinyurl.com/SkiaRebaselineServer">
+ http://tinyurl.com/SkiaRebaselineServer
+ </a>
+ </body>
+</html>
« no previous file with comments | « gm/rebaseline_server/server.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698