Adding reftest for foreignObject

This commit is contained in:
jwatt@jwatt.org 2007-03-26 09:14:38 -07:00
parent 44576a3355
commit d3d2b5496c
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<title>Testcase for foreignObject</title>
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=367366 -->
<rect width="100%" height="100%" fill="red"/>
<foreignObject width="100%" height="100%">
<div xmlns="http://www.w3.org/1999/xhtml"
style="background:lime; display:block; width:100%; height:100%;"/>
</foreignObject>
</svg>

After

Width:  |  Height:  |  Size: 412 B

View File

@ -1,4 +1,5 @@
== foreignObject-01.svg pass.svg
== foreignObject-display-01.svg pass.svg
== getElementById-a-element-01.svg pass.svg
== opacity-and-gradient-01.svg pass.svg