mirror of
https://github.com/servo/servo.git
synced 2025-10-04 18:49:23 +01:00
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
21 lines
No EOL
573 B
HTML
21 lines
No EOL
573 B
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<meta charset="UTF-8">
|
|
<title>CSS Reference: Ruby with text-combine-upright in base</title>
|
|
<link href="mailto:csswg@upsuper.org" rel="author" title="Xidorn Quan">
|
|
<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><span style="writing-mode: horizontal-tb">X</span></rb><rt>XXXXXXXX</rt></ruby>
|
|
</div>
|
|
|
|
|
|
</body></html> |