Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / selection-partial-gradient-expected.html
blobf94a130c3d2cdb6bd64a8626f8a00c3ab871e5d9
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>