Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / text-decoration-propagation.html
blob99e55118ead899a822fb088ddba4e72f24587bf2
1 <!DOCTYPE html>
2 <style>
3 span { text-decoration: underline; }
4 </style>
5 <span>
6 <svg>
7 <text y="20">Text which does NOT have an underline</text>
8 </svg>
9 </span>