mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
69be1e0363
--HG-- extra : source : 728da9f1603aea283356de9f69f678667514cc70
15 lines
316 B
HTML
15 lines
316 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Bug 1069519 - Ruby line height calculation</title>
|
|
<link rel="stylesheet" href="common.css">
|
|
</head>
|
|
<body style="line-height: 1">
|
|
<ruby>
|
|
<rb>base</rb>
|
|
<rtc><rt style="color: transparent">text</rt></rtc>
|
|
</ruby>
|
|
</body>
|
|
</html>
|