mirror of
https://github.com/servo/servo.git
synced 2025-10-04 10:39:16 +01:00
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
23 lines
No EOL
734 B
HTML
23 lines
No EOL
734 B
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<meta charset="UTF-8">
|
|
<title>CSS Test: Ruby with text-combine-upright child in annotation</title>
|
|
<link href="mailto:csswg@upsuper.org" rel="author" title="Xidorn Quan">
|
|
<link href="https://drafts.csswg.org/css-ruby-1/#ruby-align-property" rel="help">
|
|
<link href="reference/ruby-text-combine-upright-002-ref.htm" rel="match">
|
|
<link href="support/ahem.css" rel="stylesheet">
|
|
<style>
|
|
.test {
|
|
font: 52px Ahem;
|
|
writing-mode: vertical-rl;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>Test passes if the two rectangles are vertically middle aligned.</p>
|
|
<div class="test">
|
|
<ruby><rb>XXXX</rb><rt><span style="text-combine-upright: all">X</span></rt></ruby>
|
|
</div>
|
|
|
|
|
|
</body></html> |