blob: a3fbdd7c4ec804eee0e80f9229c472c5434fa44b [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/lime100x100-noSVGDimensions.svg')">
</div>
</body>
</html>