summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ruby/reference/rbc-rtc-basic-001-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-ruby/reference/rbc-rtc-basic-001-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-ruby/reference/rbc-rtc-basic-001-ref.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-ruby/reference/rbc-rtc-basic-001-ref.html b/testing/web-platform/tests/css/css-ruby/reference/rbc-rtc-basic-001-ref.html
new file mode 100644
index 0000000000..2860c848b5
--- /dev/null
+++ b/testing/web-platform/tests/css/css-ruby/reference/rbc-rtc-basic-001-ref.html
@@ -0,0 +1,29 @@
+<!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>