Status: FAIL | Duration: 12ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-text-decor/text-emphasis-ruby-004a.html
<!DOCTYPE html> <meta charset="utf-8"> <!-- This file was generated automatically by the script ./tools/generate-text-emphasis-ruby-tests.py --> <title>CSS Test: text-emphasis and ruby, vertical-lr, left</title> <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org"> <link rel="author" title="Mozilla" href="https://www.mozilla.org"> <link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property"> <meta name="assert" content="emphasis marks are drawn outside the ruby"> <link rel="match" href="text-emphasis-ruby-004-ref.html"> <p>Pass if the emphasis marks are outside the ruby:</p> <div lang="ja" style="line-height: 5; writing-mode: vertical-lr; ruby-position: under; text-emphasis-position: over left">ルビ<span style="text-emphasis: circle">と<ruby>圏<rt>けん</rt>点<rt>てん</rt></ruby>を</span>同時</div>
/css/css-text-decor/text-emphasis-ruby-004-ref.html
<!DOCTYPE html> <meta charset="utf-8"> <!-- This file was generated automatically by the script ./tools/generate-text-emphasis-ruby-tests.py --> <title>CSS Reference: text-emphasis and ruby, vertical-rl, left</title> <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org"> <link rel="author" title="Mozilla" href="https://www.mozilla.org"> <style> rtc { font-variant-east-asian: inherit; } </style> <p>Pass if the emphasis marks are outside the ruby:</p> <div lang="ja" style="line-height: 5; writing-mode: vertical-rl; ruby-position: under">ルビ<ruby>と<rt>●</rt></ruby><ruby><ruby>圏<rt>けん</rt></ruby><rt>●</rt></ruby><ruby><ruby>点<rt>てん</rt></ruby><rt>●</rt></ruby><ruby>を<rt>●</rt></ruby>同時</div>