mirror of
https://github.com/servo/servo.git
synced 2025-06-28 02:53:48 +01:00
31 lines
No EOL
1.1 KiB
HTML
31 lines
No EOL
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html><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">
|
|
<link href="http://www.w3.org/TR/css-writing-modes-3/#text-combine-upright" rel="help">
|
|
<link href="reference/text-emphasis-001-ref.htm" rel="match">
|
|
<link href="reference/text-emphasis-001-notref.htm" rel="mismatch">
|
|
<meta content="Test passes if text emphasis applies to the composed character but each character inside tate-chu-yoko." name="assert">
|
|
<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;
|
|
text-emphasis-style: open dot ;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>Test passes if this figure and the emphasis are idencial</p>
|
|
<div class="tcu-with-emphasis">
|
|
44
|
|
</div>
|
|
|
|
|
|
</body></html> |