summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ruby/ruby-autohide-002-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-ruby/ruby-autohide-002-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-ruby/ruby-autohide-002-ref.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-ruby/ruby-autohide-002-ref.html b/testing/web-platform/tests/css/css-ruby/ruby-autohide-002-ref.html
new file mode 100644
index 0000000000..afa0f3cd24
--- /dev/null
+++ b/testing/web-platform/tests/css/css-ruby/ruby-autohide-002-ref.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html lang="ja">
+<head>
+ <meta charset="UTF-8">
+ <title>CSS Reference: Autohide ruby annotations which are identical to their bases</title>
+ <link rel="author" title="Xidorn Quan" href="mailto:quanxunzhen@gmail.com">
+</head>
+<body>
+ <p><ruby>
+ <rb>振</rb><rb>り</rb><rb>仮</rb><rb>名</rb>
+ <rt>ふ</rt><rt>ri</rt><rt>が</rt><rt>な</rt>
+ </ruby></p>
+ <p><ruby>
+ <rb>振</rb><rb>ri</rb><rb>仮</rb><rb>名</rb>
+ <rt>ふ</rt><rt>り</rt><rt>が</rt><rt>な</rt>
+ </ruby></p>
+ <p><ruby>
+ <rb>振</rb><rb>り</rb><rb>仮</rb><rb>名</rb>
+ <rt>ふ</rt><rt></rt><rt>が</rt><rt>な</rt>
+ </ruby></p>
+ <p><ruby>
+ <rb>振</rb><rb>り</rb><rb>仮</rb><rb>名</rb>
+ <rt>ふ</rt><rt></rt><rt>が</rt><rt>な</rt>
+ </ruby></p>
+</body>
+</html>