servo/tests/wpt/css-tests/css-writing-modes-3_dev/html/full-width-001.htm

31 lines
No EOL
991 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<title>CSS Writing Modes: text-combine-upright on full-width characters</title>
<link href="http://google.com/+MasatakaYakura" rel="author" title="Masataka Yakura">
<link href="http://www.w3.org/TR/css-writing-modes-3/#text-combine-fullwidth" rel="help">
<link href="reference/full-width-ref.htm" rel="match">
<link href="reference/full-width-notcu-notref.htm" rel="mismatch">
<link href="reference/full-width-horizontal-notref.htm" rel="mismatch">
<meta content="When two or more full-width characters are combined, they are first converted to non-full-width characters." name="assert">
<style>
.test {
writing-mode: vertical-rl;
}
.tcy, .tcu-all {
text-combine-upright: all;
}
</style>
</head>
<body>
<p>Test passes if the following paragraphs are identical:</p>
<div class="test">
<p><span class="tcy"></span><span class="tcy"></span></p>
<p>6月<span class="tcu-all">19</span></p>
</div>
</body></html>