Bug 1837620 - Part 6: Make edges for multiple shape guard weak too r=sfink
[gecko.git] / layout / reftests / text-decoration / skip-ink-vertical-align-ref.html
blobea4952ab294855cfd486856feb93a5e0adf0b1ed
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Reference case for text-decoration-skip-ink: skip-ink should detect and work with vertical-align</title>
5 <style>
6 div{
7 font: 48px/2 Times;
8 text-decoration: purple underline;
9 text-decoration-skip-ink: none;
11 span{
12 vertical-align: super;
14 </style>
15 </head>
16 <body>
17 <p>Ink should not be skipped when vertical-align moves text away from the underline</p>
18 <div>test <span>pgqy</span> test</div>
19 </body>
20 </html>