diff options
Diffstat (limited to 'layout/reftests/css-ruby/ruby-intercharacter-2-ref.htm')
-rw-r--r-- | layout/reftests/css-ruby/ruby-intercharacter-2-ref.htm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/layout/reftests/css-ruby/ruby-intercharacter-2-ref.htm b/layout/reftests/css-ruby/ruby-intercharacter-2-ref.htm new file mode 100644 index 0000000000..90d47ae1d5 --- /dev/null +++ b/layout/reftests/css-ruby/ruby-intercharacter-2-ref.htm @@ -0,0 +1,28 @@ +<!DOCTYPE html> +<!-- +Reftest 2 for Bug 1395777 (reference file) +--> +<html lang="zh-TW"> +<head> +<meta charset="UTF-8"> +<style> +html { + font-size: xx-large; +} +ruby { + width: 1.4em; +} +rtc { + display: inline-block; + writing-mode: vertical-rl; + text-orientation: upright; + vertical-align: text-top; +} +</style> +</head> +<body> + <ruby> + <rbc>BASE</rbc><rtc>LONGRT</rtc> + </ruby> +</body> +</html> |