mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
bfb0d2cc6e
--HG-- extra : source : e8c8f94afde330276b5d907520d93da10e8f998c
21 lines
590 B
HTML
21 lines
590 B
HTML
<!DOCTYPE html>
|
|
<html style="overflow:hidden;">
|
|
<head>
|
|
<title>CSS Test: Ruby Text Frames Visible</title>
|
|
<link rel="author" title="Susanna Bowen" href="mailto:sgbowen8@gmail.com">
|
|
<link rel="help" href="http://www.w3.org/TR/2014/WD-css-ruby-1-20140805/">
|
|
<meta name="assert" content="Test checks that ruby text is rendered.">
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="common.css">
|
|
<style>
|
|
body { line-height: 2em; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<ruby>
|
|
<rbc><rb>新</rb><rb>幹</rb><rb>線</rb></rbc>
|
|
<rtc><rt>しん</rt><rt>かん</rt><rt>せん</rt></rtc>
|
|
</ruby>
|
|
</body>
|
|
</html>
|