Status: PASS | Duration: 14ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-ruby/empty-ruby-base-container.html
<!DOCTYPE html> <meta charset="UTF-8"> <title>Empty ruby base container</title> <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org"> <link rel="help" href="https://drafts.csswg.org/css-ruby-1/#ruby-layout"> <link rel="match" href="empty-ruby-base-container-ref.html"> <div style="font-size: 64px; line-height: 3">a<ruby><rt>b</rt></ruby>c</div>
/css/css-ruby/empty-ruby-base-container-ref.html
<!DOCTYPE html> <meta charset="UTF-8"> <title>CSS Reference File</title> <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org"> <div style="font-size: 64px; line-height: 3">a<ruby><rb> </rb><rt>b</rt></ruby>c</div>