mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Clean up tests
This commit is contained in:
parent
e25f67a554
commit
110005be4b
@ -18,13 +18,6 @@
|
||||
<td>
|
||||
<div id="urlImage" />
|
||||
</td>
|
||||
</tr> <tr>
|
||||
<td>
|
||||
Load Inline PNG and SVG
|
||||
</td>
|
||||
<td>
|
||||
<div id="inlineImage" />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -1,4 +1,4 @@
|
||||
html *
|
||||
body
|
||||
{
|
||||
font-size: 1em !important;
|
||||
color: #000 !important;
|
||||
|
@ -26,11 +26,6 @@
|
||||
<!--**************************************************************************-->
|
||||
</tbody>
|
||||
</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>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user