blob: dc89774f4676f55d9925f9134903e28c09b327e3 [file] [log] [blame]
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>'float' shouldn't apply to SVG elements</title>
<style type="text/css">
#b { fill: green; float: right; }
</style>
</head>
<body>
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200">
<circle cx="50" cy="50" r="50" fill="red" id="a"/>
<circle cx="50" cy="50" r="50" id="b"/>
</svg>
</body>
</html>