Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / stroke / non-scaling-stroke-text-decoration-expected.html
blob505a95d89cd6bc59f447d97d90f144b88f263579
1 <!DOCTYPE html>
2 <svg>
3 <g>
4 <text x="0" y="100" stroke="blue" stroke-width="2" fill="none" font-size="72" text-decoration="underline">Hello</text>
5 </g>
6 </svg>