Status: FAIL | Duration: 13ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-text-decor/text-emphasis-ruby-001.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, horizontal-tb, top</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-001-ref.html"> <p>Pass if the emphasis marks are outside the ruby:</p> <div lang="ja" style="line-height: 5; writing-mode: horizontal-tb; ruby-position: over; text-emphasis-position: over right">ルビ<span style="text-emphasis: circle">と<ruby>圏<rt>けん</rt>点<rt>てん</rt></ruby>を</span>同時</div>
/css/css-text-decor/text-emphasis-ruby-001-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, horizontal-tb, top</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: horizontal-tb; ruby-position: over">ルビ<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>