Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-inline/baseline-shift/baseline-shift-bottom.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<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>