Clean up tests

This commit is contained in:
Paulo Gustavo Veiga 2022-01-03 14:15:14 -08:00
parent e25f67a554
commit 110005be4b
3 changed files with 1 additions and 13 deletions

View File

@ -18,13 +18,6 @@
<td> <td>
<div id="urlImage" /> <div id="urlImage" />
</td> </td>
</tr> <tr>
<td>
Load Inline PNG and SVG
</td>
<td>
<div id="inlineImage" />
</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -1,4 +1,4 @@
html * body
{ {
font-size: 1em !important; font-size: 1em !important;
color: #000 !important; color: #000 !important;

View File

@ -26,11 +26,6 @@
<!--**************************************************************************--> <!--**************************************************************************-->
</tbody> </tbody>
</table> </table>
<span>Text to Inspect: </span><input type="text" id="iesimo">
<input type="button" value="Inspect"
onclick="alert(document.getElementById('textoHTML'+document.id('iesimo').value).offsetWidth);">
<input type="button" value="Zoom In" onclick="zoomIn()">
</body> </body>
</html> </html>