|
1 <svg xmlns="http://www.w3.org/2000/svg" version="1.1"> |
|
2 |
|
3 <title>Testcase for foreignObject</title> |
|
4 |
|
5 <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=367366 --> |
|
6 |
|
7 <rect width="100%" height="100%" fill="red"/> |
|
8 <foreignObject width="100%" height="100%" |
|
9 style="border-color: green; color: red"> |
|
10 <div xmlns="http://www.w3.org/1999/xhtml" |
|
11 style="border-style: solid; border-width: 30px; border-color: inherit; |
|
12 background: green; width:100%; height:100%;"/> |
|
13 </foreignObject> |
|
14 |
|
15 </svg> |