aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/rebaseline_server/static/index.html
blob: f0cbb4346ef3641f668ec68781081b22d2938956 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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>