blob: a8d1b89e7f0e14a12b6a18c098d5edb30aa490b7 [file] [log] [blame]
<!doctype html>
<head>
<style>
div {
height:100px; width:100px;
}
</style>
</head>
<body>
<div>
<svg id="svg" height="300" width="100">
<rect y="200" width="100" height="100" fill="green"/>
</svg>
</div>
</body>