Update manual tests

This commit is contained in:
bel 2016-04-03 00:04:55 +02:00
parent b08e8ee0f7
commit 6d3cbb697f
2 changed files with 6 additions and 13 deletions

View File

@ -63,18 +63,6 @@
<td><img src="imagetest/28.png"></td>
<td><img src="imagetest/29.png"></td>
</tr>
<tr>
<td><img src="imagetest/20.png"></td>
<td><img src="imagetest/21.png"></td>
<td><img src="imagetest/22.png"></td>
<td><img src="imagetest/23.png"></td>
<td><img src="imagetest/24.png"></td>
<td><img src="imagetest/25.png"></td>
<td><img src="imagetest/26.png"></td>
<td><img src="imagetest/27.png"></td>
<td><img src="imagetest/28.png"></td>
<td><img src="imagetest/29.png"></td>
</tr>
<tr>
<td><img src="imagetest/30.png"></td>
<td><img src="imagetest/31.png"></td>
@ -164,5 +152,9 @@
<p id="timing">
Test case: all images are displayed.
</p>
<p id="navigation">
<button onclick="window.history.back()">back</button>
<button onclick="location.reload()">reload</button>
</p>
</body>
</html>

View File

@ -135,11 +135,12 @@
<input id="testButtonReset" type="button" onclick="autoTest=false; javascript:location.reload(true)" value="reset"></input>
</td>
<td>
<input id="testButtonBack" type="button" onclick="history.back()" value="back"></input>
</td>
</tr>
<tr>
<td>
<input id="testButtonBox" type="button" onclick="javascript:mbox()" value="MsgBox"></input>
<input id="testButtonBox" type="button" onclick="javascript:mbox()" value="MsgBox"></input>
</td>
<td>
</td>