Status: PASS | Duration: 8ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-ruby/empty-ruby-text-container-float.html
<!DOCTYPE html> <meta charset="UTF-8"> <title>Empty ruby text container</title> <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org"> <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net"> <link rel="help" href="https://drafts.csswg.org/css-ruby-1/#ruby-layout"> <link rel="match" href="empty-ruby-text-container-ref.html"> <style> a { float: right; } </style> <div style="font-size: 64px; line-height: 5">a<ruby><rb>b</rb><rtc><a> </a></rtc><rt>c</rt></ruby>d</div>
/css/css-ruby/empty-ruby-text-container-ref.html
<!DOCTYPE html> <meta charset="UTF-8"> <title>Empty ruby text container</title> <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org"> <div style="font-size: 64px; line-height: 5">a<ruby><rb>b</rb><rtc><rt></rt></rtc><rt>c</rt></ruby>d</div>