skia2/gm/rebaseline_server/static/index.html
2013-12-05 18:03:24 +00:00

30 lines
637 B
HTML

<!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=failures">
failures only
</a>
(loads faster)
</li>
<li>
<a href="/static/view.html#/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>