skip-ink-vertical-align-2.html (214B)
1 <!DOCTYPE html> 2 <meta charset=utf-8> 3 <p>Underline should skip over the subscripted 'x'</p> 4 <div style="font:36px serif; color:rgba(0,0,255,0.5);"> 5 <u style="text-decoration-color:red;">xx<sub>x</sub>xx</u></div>