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

Side by Side Diff: build/android/pylib/instrumentation/render_test.html.jinja

Issue 2866103002: Add render test results to the results_details webpage. (Closed)
Patch Set: Addressed Comments Created 3 years, 7 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
(Empty)
1 <html>
2 <table>
3 <tr>
4 <th>Failure</th>
5 <th>Golden</th>
6 <th>Diff</th>
7 </tr>
8 <tr>
9 <td><img src="{{ failure_link }}" width="100%"/></td>
10 <td><img src="{{ golden_link }}" width="100%"/></td>
11 <td><img src="{{ diff_link }}" width="100%"/></td>
12 </tr>
13 </table>
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698