30 lines
615 B
HTML
30 lines
615 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?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>
|