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>
|
<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>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
html *
|
body
|
||||||
{
|
{
|
||||||
font-size: 1em !important;
|
font-size: 1em !important;
|
||||||
color: #000 !important;
|
color: #000 !important;
|
||||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user