diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/svg/use-restrictions-not-restricted-ref.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/svg/use-restrictions-not-restricted-ref.svg b/layout/reftests/svg/use-restrictions-not-restricted-ref.svg new file mode 100644 index 0000000000..524bc7c8c9 --- /dev/null +++ b/layout/reftests/svg/use-restrictions-not-restricted-ref.svg @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<svg xmlns="http://www.w3.org/2000/svg"> + <g color="green"> + <foreignObject x="0" y="0" width="100" height="100"> + <p xmlns="http://www.w3.org/1999/xhtml">Foo</p> + </foreignObject> + <foreignObject x="100" y="0" width="100" height="100"> + <p xmlns="http://www.w3.org/1999/xhtml">Foo</p> + </foreignObject> + </g> +</svg> |