fune/layout/reftests/css-ruby/min-font-size-1-ref.html
Xidorn Quan 6d8e6e3031 Bug 1165538 part 3 - Apply -moz-min-font-size-ratio to rt elements and add test. r=heycam
--HG--
extra : source : 9d94998817bfb618e6bd0fe39f3f6924d1c2e266
2015-10-08 10:19:29 +11:00

13 lines
256 B
HTML

<!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: 16px">
<ruby>
<rb>超電磁砲</rb>
<rt>レールガン</rt>
</ruby>
</body>
</html>