1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/svg/data-uri-with-gradient-01-ref.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +<svg xmlns="http://www.w3.org/2000/svg"> 1.5 + <defs> 1.6 + <linearGradient id="grad1" x1="0" y1="0" x2="1" y2="0"> 1.7 + <stop stop-color="yellow" offset="0"/> 1.8 + <stop stop-color="blue" offset="1"/> 1.9 + </linearGradient> 1.10 + </defs> 1.11 + <rect x="10" y="10" width="200" height="80" fill="url(#grad1)"/> 1.12 +</svg>