| <title>{{ test_name }}</title> |
| for (const img of document.getElementsByTagName("img")) { |
| if (img.hasAttribute('style')) { |
| img.removeAttribute('style'); |
| img.style.width = '100%'; |
| <a href="https://cs.chromium.org/search/?q={{ test_name }}&m=100&type=cs">Link to Golden (in repo)</a><br /> |
| <a download="{{ test_name }}" href="{{ failure_link }}">Download Failure Image (right click and 'Save link as')</a> |
| <tbody style="vertical-align: top"> |
| <tr onclick="toggleZoom()"> |
| <td><img src="{{ failure_link }}" style="width: 100%" /></td> |
| <td><img src="{{ golden_link }}" style="width: 100%" /></td> |
| <td><img src="{{ diff_link }}" style="width: 100%" /></td> |
| <td>No Golden Image.</td> |