1
0
Fork 0
firefox/testing/web-platform/tests/css/css-ruby/reference/rbc-rtc-basic-001-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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>