1 <html xmlns="http://www.w3.org/1999/xhtml">
3 <title>'float' shouldn't apply to SVG elements</title>
4 <style type="text/css">
5 #b { fill: green; float: right; }
9 <svg xmlns="http://www.w3.org/2000/svg" height="200" width="200">
10 <circle cx="50" cy="50" r="50" fill="red" id="a"/>
11 <circle cx="50" cy="50" r="50" id="b"/>