4 <title>{{ test_run }} failures
</title>
25 border-bottom:
2px solid #
888;
30 <script language=
"javascript">
31 var confirmSubmit = function() {
32 return confirm("The screenshots generated with this version of chrome will be used as the expected images for future comparisions. Are you sure?");
37 <h3>Test Run: {{ test_run }}
</h3>
38 {% if can_rebaseline %}
39 <form action=
"/rebaseline" method=
"post" onsubmit=
"return confirmSubmit();">
40 <input type=
"hidden" name=
"test_run" value=
"{{ test_run }}"/>
41 <input type=
"submit" value=
"Set as LKGR"/>
45 {% if not comparisons %}
48 {% for comp in comparisons %}
51 Diff
({{
"%.1f"|format(comp['percent_different']) }}%)
<br>
52 <a class=
"imagelink" href=
"{{ comp['diff'] }}">
53 <img class=
"image" src={{ comp['diff'] }}
>
58 <a class=
"imagelink" href=
"{{ comp['expected'] }}">
59 <img class=
"image" src={{ comp['expected'] }}
>
64 <a class=
"imagelink" href=
"{{ comp['actual'] }}">
65 <img class=
"image" src={{ comp['actual'] }}
>
71 {{ comp['expectation'] }}
<br>
72 <a href='/debug_view?test_run={{ comp['test_run'] }}&expectation={{ comp['expectation'] }}'
>Debug View
</a>