blob: fa08fd697af0905b3c7890cae9d2d01051e01c02 [file] [log] [blame]
<html>
<head>
<script>
function doTest() {
document.getElementById("myDiv").style.width = "100px";
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="doTest()">
<div id="myDiv"
style="width: 10px;
height: 100px;
background-image:
url('resources/limeInRed-noSVGDimensions-animViewBox.svg')">
</div>
</body>
</html>