Select Git revision

tuhe authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
index.html 635 B
<html><body>
<h1>Stuff here</h1>
<table border="1">
<tr><td>What?</td><td>Current run</td><td>Expected</td></tr>
<tr><td>Index before svg update (index_a.png)</td><td><img src="test_images/index_a.png"></td><td><img src="expected/index_a.png"></td></tr>
<tr><td>Index after svg update (index_b.png)</td><td><img src="test_images/index_b.png"></td><td><img src="expected/index_b.png"></td></tr>
<tr><td>Front page</td><td><img src="test_images/index_front.png"></td><td><img src="expected/index_front.png"></td></tr>
</table>
Download index file: <a href="test_images/index.pdf">test_images/index.pdf</a>
</body></html>