diff options
Diffstat (limited to 'layout/reftests/w3c-css/submitted/ruby/ruby-autohide-003-ref.html')
-rw-r--r-- | layout/reftests/w3c-css/submitted/ruby/ruby-autohide-003-ref.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/w3c-css/submitted/ruby/ruby-autohide-003-ref.html b/layout/reftests/w3c-css/submitted/ruby/ruby-autohide-003-ref.html new file mode 100644 index 000000000..468b17d4e --- /dev/null +++ b/layout/reftests/w3c-css/submitted/ruby/ruby-autohide-003-ref.html @@ -0,0 +1,17 @@ +<!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"> + <style> + body { line-height: 5em; } + </style> +</head> +<body> + <ruby> + <rb>振</rb><rb>り</rb><rb>仮</rb><rb>名</rb> + <rt>ふ</rt><rt></rt><rt>が</rt><rt>な</rt> + </ruby> +</body> +</html> |