servo/tests/wpt/web-platform-tests/css/css-ruby/reference/rbc-rtc-basic-001-ref.html

29 lines
467 B
HTML

<!DOCTYPE html>
<html lang="ja">
<meta charset="UTF-8">
<title>CSS Reference File</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
body
{
font-size: 60px;
}
ruby
{
background: lightblue;
}
</style>
<ruby>あい<rt></rt>&nbsp;<rt></rt></ruby>
<ruby><rt></rt><rt></rt></ruby>
<ruby>私に<rt></rt></ruby>
</html>