diff options
Diffstat (limited to 'layout/reftests/bugs/485275-1.svg')
-rw-r--r-- | layout/reftests/bugs/485275-1.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/bugs/485275-1.svg b/layout/reftests/bugs/485275-1.svg new file mode 100644 index 0000000000..9f3f5eb1c6 --- /dev/null +++ b/layout/reftests/bugs/485275-1.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg"> + <foreignObject transform="translate(200)" width="100" height="100"> + <body xmlns="http://www.w3.org/1999/xhtml" style="margin: 0pt;"> + <iframe src="data:text/html,%3Cbody%20bgcolor%3D'%230000ff'%3E" style="border: medium none ; width: 100px; height: 100px;"/> + </body> + </foreignObject> +</svg>
\ No newline at end of file |