Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / text / selection-partial-gradient-expected.html
1 <!DOCTYPE html>
2 <svg>
3   <linearGradient id="green" x2="1" y2="0">
4     <stop offset="0.5" stop-color="green"/>
5     <stop offset="0.5" stop-color="white"/>
6   </linearGradient>
7   <text x="10" y="20" font-size="20" font-family="monospace" fill="url(#green)">PASS FAIL</text>
8 </svg>