Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
3 <title>Testcase for foreignObject</title>
5 <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=367366 -->
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>
15 </svg>