Chromium Code Reviews| OLD | NEW |
|---|---|
| (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> | |
| OLD | NEW |