| <!DOCTYPE html> |
| <html> |
| <head> |
| <link rel="help" href="https://drafts.csswg.org/css-inline-3/#baseline-shift-property"> |
| <link rel="match" href="baseline-shift-bottom-ref.html"> |
| <link rel="stylesheet" href="/fonts/ahem.css"> |
| <meta name="flags" content="ahem image" /> |
| <meta charset="utf-8"> |
| </head> |
| <body> |
| <span id="line" style="font: 20px/1 'Ahem';"> |
| <span style="baseline-shift: bottom; font-size: 100px">X</span> |
| <img style="baseline-shift: bottom" src="/css/support/60x60-green.png"> |
| <span style="baseline-shift: bottom">X</span> |
| </span> |
| </body> |
| </html> |