mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
13 lines
527 B
HTML
13 lines
527 B
HTML
<!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>
|