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