layout/reftests/bugs/323656-5.svg

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:724886bde270
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>

mercurial