Chrome and Firefox do not provide a way to render underlined text when using background-clip:text.
https://jsfiddle.net/c3p74zuo/3/


The background is painted within (clipped to) the union of the border box and the geometry of the text in the element and its in-flow and floated descendants.
https://drafts.csswg.org/css-backgrounds-4/#background-clip
Chrome and Firefox do not provide a way to render underlined text when using
background-clip:text.https://jsfiddle.net/c3p74zuo/3/