mirror of
https://github.com/servo/servo.git
synced 2025-06-26 10:04:33 +01:00
34 lines
No EOL
1.1 KiB
HTML
34 lines
No EOL
1.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
|
<title>CSS Writing Modes Test: text-combine-upright :digit2</title>
|
|
<link href="mailto:shinsuke.matsuki@access-company.com" rel="author" title="Shinsuke Matsuki" />
|
|
<meta charset="utf-8" />
|
|
<style type="text/css">
|
|
@font-face {
|
|
font-family: 'tcu-font';
|
|
src: url('../support/tcu-font.woff');
|
|
}
|
|
.tcu-all {
|
|
font-family: 'tcu-font';
|
|
writing-mode: vertical-rl;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>Test passes if the two white triangles are pointing to the right.</p>
|
|
<div class="tcu-all">
|
|
<table>
|
|
<tbody><tr>
|
|
<td>
|
|
<div style="display: inline-table">
|
|
<div style="display: inline-block">
|
|
<p>3<span>3</span></p>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody></table>
|
|
</div>
|
|
|
|
|
|
</body></html> |