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

Unified Diff: build/android/pylib/instrumentation/render_test.html.jinja

Issue 2866103002: Add render test results to the results_details webpage. (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/android/pylib/local/device/local_device_instrumentation_test_run.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/instrumentation/render_test.html.jinja
diff --git a/build/android/pylib/instrumentation/render_test.html.jinja b/build/android/pylib/instrumentation/render_test.html.jinja
new file mode 100644
index 0000000000000000000000000000000000000000..ab84eb4f4ddb52f2d086003cd159c03a93ad6990
--- /dev/null
+++ b/build/android/pylib/instrumentation/render_test.html.jinja
@@ -0,0 +1,14 @@
+<html>
+ <table>
+ <tr>
+ <th>Failure</th>
+ <th>Golden</th>
+ <th>Diff</th>
+ </tr>
+ <tr>
+ <td><img src="{{ failure_link }}" width="100%"/></td>
+ <td><img src="{{ golden_link }}" width="100%"/></td>
+ <td><img src="{{ diff_link }}" width="100%"/></td>
+ </tr>
+ </table>
+</html>
« no previous file with comments | « no previous file | build/android/pylib/local/device/local_device_instrumentation_test_run.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698