diff options
Diffstat (limited to 'layout/reftests/css-ruby/ruby-intercharacter-1.htm')
-rw-r--r-- | layout/reftests/css-ruby/ruby-intercharacter-1.htm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/layout/reftests/css-ruby/ruby-intercharacter-1.htm b/layout/reftests/css-ruby/ruby-intercharacter-1.htm new file mode 100644 index 0000000000..bb681a286b --- /dev/null +++ b/layout/reftests/css-ruby/ruby-intercharacter-1.htm @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<!-- +Reftest 1 for Bug 1395777 (test file) +--> +<html lang="zh-TW"> +<head> +<meta charset="UTF-8"> +<style> +body { + font-size: 30px; + line-height: 1; +} +rtc { + writing-mode: vertical-rl; + text-orientation: upright; +} +</style> +</head> +<body> + <ruby> + <rbc>BASE</rbc><rtc>RT</rtc> + </ruby> +</body> +</html> |