blob: abd2fcfa5ede6bdbf0fcb90515b8afbb9e5610ea [file] [log] [blame]
<!doctype html>
<head>
<style>
div {
height:100px; width:100px;
}
div + div { background: green; }
</style>
</head>
<body>
<div>
<svg id="svg" height="100" width="100" viewbox="0 0 100 100">
<rect y="100" width="100" height="100" fill="red"/>
</svg>
</div>
<div></div>
</body>