Bug 1934520 - [devtools] Avoid errors in document-events webconsole listeners for...
[gecko.git] / layout / reftests / text-decoration / skip-ink-vertical-align.html
blob72932f95ef5dc592b98c51cb5733fcbb18e3539f
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Test 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;
10 span{
11 vertical-align: super;
13 </style>
14 </head>
15 <body>
16 <p>Ink should not be skipped when vertical-align moves text away from the underline</p>
17 <div>test <span>pgqy</span> test</div>
18 </body>
19 </html>