blob: 5f85e18656f2acc07eeee40009c80104cf271762 [file] [log] [blame]
<html ng-app="diff_viewer">
<head>
<title>Image comparision failures for </title>
<script type="text/javascript" src="https://storage.cloud.google.com/chromium-skia-gm/telemetry/hosted-files/angular.min.js"></script>
<script type="text/javascript" src="https://storage.cloud.google.com/chromium-skia-gm/telemetry/hosted-files/diff_viewer.js"></script>
</head>
<body>
<h2>Image comparision failures for </h2>
<a href='http://dummy-link.foobar/list_of_all_files.html'>Back</a>
<br/><br/>
Click on the image in the 'Difference per pixel' column to magnify the other three images.<br/><br/><br/>
<table border="1" cellpadding="5">
<thead>
<tr bgcolor="#CCCCFF">
<th>Failed File</th>
<th>NoPatch Image</th>
<th>WithPatch Image</th>
<th>Differing pixels in white</th>
<th>Difference per pixel</th>
</tr>
</thead>
<tbody>
<tr ng-controller="ImageController">
<td align="center">
<a>fileworker3_1.png</a><br/>
<a href='http://storage.cloud.google.com/dummy-bucket/skps/worker3/fileworker3_.skp'>Download SKP</a>
</td>
<td>
<a href='http://storage.cloud.google.com/dummy-bucket/worker3/nopatch/fileworker3_1.png' target="_blank">View Image</a>
<br/>
<img-compare type="baseline"
name="baseline"
src="http://storage.cloud.google.com/dummy-bucket/worker3/nopatch/fileworker3_1.png"
class="gm-image left-image" />
</td>
<td>
<a href='http://storage.cloud.google.com/dummy-bucket/worker3/withpatch/fileworker3_1.png' target="_blank">View Image</a>
<br/>
<img-compare type="test"
name="test"
src="http://storage.cloud.google.com/dummy-bucket/worker3/withpatch/fileworker3_1.png"
class="gm-image right-image" />
</td>
<td>
<a id='compare_value'>312</a>% (311)
<a href='http://storage.cloud.google.com/dummy-bucket/worker3/whitediffs/fileworker3_1_nopatch_png-vs-fileworker3_1_withpatch_png.png' target="_blank">View Image</a>
<br/>
<img-compare type="differingPixelsInWhite"
class="left-image"
src="http://storage.cloud.google.com/dummy-bucket/worker3/whitediffs/fileworker3_1_nopatch_png-vs-fileworker3_1_withpatch_png.png" />
</td>
<td>
<a id='compare_value'>315</a>% (perceptual diff) | 314
<a href='http://storage.cloud.google.com/dummy-bucket/worker3/diffs/fileworker3_1_nopatch_png-vs-fileworker3_1_withpatch_png.png' target="_blank">View Image</a>
<br/>
<img-compare type="differencePerPixel"
class="left-image"
src="http://storage.cloud.google.com/dummy-bucket/worker3/diffs/fileworker3_1_nopatch_png-vs-fileworker3_1_withpatch_png.png"
ng-mousedown="MagnifyDraw($event, true)"
ng-mousemove="MagnifyDraw($event, false)"
ng-mouseup="MagnifyEnd($event)"
ng-mouseleave="MagnifyEnd($event)" />
</td>
</tr>
</tbody>
</table>
</body>
</html>