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

Side by Side Diff: gm/rebaseline_server/static/index.html

Issue 195943004: rebaseline_server: generate JSON that can be viewed without a live server (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <html> 3 <html>
4 <head> 4 <head>
5 <title>rebaseline_server</title> 5 <title>rebaseline_server</title>
6 </head> 6 </head>
7 7
8 <body> 8 <body>
9 Here are links to the result pages: 9 Here are links to the result pages:
10 <ul> 10 <ul>
11 <li> 11 <li>
12 <a href="/static/view.html#/view.html?resultsToLoad=failures"> 12 <a href="/static/view.html#/view.html?resultsToLoad=/results/failures">
13 failures only 13 failures only
14 </a> 14 </a>
15 (loads faster) 15 (loads faster)
16 </li> 16 </li>
17 <li> 17 <li>
18 <a href="/static/view.html#/view.html?resultsToLoad=all"> 18 <a href="/static/view.html#/view.html?resultsToLoad=/results/all">
19 all results 19 all results
20 </a> 20 </a>
21 (includes successful test results) 21 (includes successful test results)
22 </li> 22 </li>
23 </ul> 23 </ul>
24 Instructions, roadmap, etc. are at 24 Instructions, roadmap, etc. are at
25 <a href="http://tinyurl.com/SkiaRebaselineServer"> 25 <a href="http://tinyurl.com/SkiaRebaselineServer">
26 http://tinyurl.com/SkiaRebaselineServer 26 http://tinyurl.com/SkiaRebaselineServer
27 </a> 27 </a>
28 </body> 28 </body>
29 </html> 29 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698