summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ruby/min-font-size-1.html
blob: 150e032216ee9c0d9a21023543c7868383533a09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="ja">
<head>
  <meta charset="UTF-8">
  <title>Bug 1165538 - Minimum font size on ruby text</title>
</head>
<body style="font-size: 1px">
  <ruby>
    <rb>超電磁砲</rb>
    <rt>レールガン</rt>
  </ruby>
</body>
</html>