Test case for x/y attributes on root-most <svg> element

The x and y attributes on a root-most <svg> element should be ignored, as specified by SVG 1.1. The root-most <svg> element is the element at the root of an SVG fragment. For the following test to pass, the green SVG square should be rendered aligned to the top-left of the red CSS-rendered square, which is 10 pixels wider and taller.

See Bug 13828.