| <!DOCTYPE html> |
| <meta charset="UTF-8"> |
| <title>Test for ruby line break suppression</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-ruby-1/#box-fixup"> |
| <link rel="match" href="ruby-line-break-suppression-001-ref.html"> |
| <link rel="stylesheet" href="support/ruby-common.css"> |
| <ruby>a<br>b</ruby><br> |
| <rbc>a<br>b</rbc><br> |
| <rtc>a<br>b</rtc><br> |
| <rb>a<br>b</rb><br> |
| <rt>a<br>b</rt> |