servo/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/reference/text-emphasis-001-notref.xht

26 lines
No EOL
843 B
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 with text-emphasis</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-with-emphasis {
font-family: 'tcu-font';
writing-mode: vertical-rl;
text-combine-upright: all;
}
</style>
</head>
<body>
<p>Test passes if this figure and the emphasis are idencial</p>
<div class="tcu-with-emphasis">
7
</div>
</body></html>