| OLD | NEW |
| (Empty) |
| 1 <!DOCTYPE html> | |
| 2 | |
| 3 <html> | |
| 4 <head> | |
| 5 <title>rebaseline_server</title> | |
| 6 </head> | |
| 7 | |
| 8 <body> | |
| 9 Here are links to the result pages: | |
| 10 <ul> | |
| 11 <li> | |
| 12 <a href="/static/view.html#/view.html?resultsToLoad=/results/failures"> | |
| 13 failures | |
| 14 </a> | |
| 15 (includes failed, failure-ignored, and no-comparison) | |
| 16 </li> | |
| 17 <li> | |
| 18 <a href="/static/view.html#/view.html?resultsToLoad=/results/all"> | |
| 19 all results | |
| 20 </a> | |
| 21 (includes successful test results also, but takes longer to load) | |
| 22 </li> | |
| 23 </ul> | |
| 24 Instructions, roadmap, etc. are at | |
| 25 <a href="http://tinyurl.com/SkiaRebaselineServer"> | |
| 26 http://tinyurl.com/SkiaRebaselineServer | |
| 27 </a> | |
| 28 </body> | |
| 29 </html> | |
| OLD | NEW |