9 border:
10px solid grey;
11 float: left; /* Do not collapse margins. */
12 background-color: blue;
16 background-color: blue;
21 <p>This test checks that SVG elements are rendered with the correct dimensions under an SVG root element with paddings, borders, and margins.
</p>
23 <svg id=
"svgRoot" width=
"400" height=
"400" viewbox=
"0 0 200 200">
24 <rect id=
"svgRect" x=
"0" y=
"0" width=
"100" height=
"100" fill=
"green"/>