blob: f4e1c00cf8694cc5c82bf06808c0a5198c484a59 [file] [log] [blame]
<!doctype html>
<style>
#scaleMe {
width:100px;
height:100px;
background:yellow;
}
</style>
<body>
<div>
<img id="scaleMe" src="resources/circle-200px-none.svg">
</div>
</body>