servo/tests/wpt/css-tests/css-writing-modes-3_dev/html/text-orientation-script-001q.htm
Ms2ger 296fa2512b Update web-platform-tests and CSS tests.
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180.
- Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
2017-02-06 22:38:29 +01:00

74 lines
No EOL
2.2 KiB
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 Test: Test orientation of characters where vo=Tu (147 code points in U+3001-1F201).</title>
<link href="http://www.w3.org/TR/css-writing-modes-3/#text-orientation" rel="help">
<meta content="Test orientation of characters where vo=Tu (147 code points in U+3001-1F201)" name="assert">
<meta content="dom font" name="flags">
<link href="mailto:kojiishi@gmail.com" rel="author" title="Koji Ishii">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<style>
@font-face {
font-family: "orientation";
src: url("support/adobe-fonts/CSSHWOrientationTest.otf");
}
.test {
font: 16px/1 "orientation";
height: 17em;
writing-mode: vertical-rl;
}
.line {
white-space: pre;
}
.U {
text-orientation: upright;
}
.R {
text-orientation: sideways;
}
#details {
margin: 1em .5em;
}
summary {
font-size: 1.2em;
font-weight: bold;
margin-top: .5em;
}
</style>
</head><body><div id="log"></div>
<div id="details"></div>
<div id="container">
<div data-vo="Tu" class="test">
<div data-block="CJK">
<div class="line">、。</div>
</div>
<div data-block="Hiragana">
<div class="line">ぁぃぅぇぉっゃゅょゎゕゖ゛゜</div>
</div>
<div data-block="Katakana">
<div class="line">ァィゥェォッャュョヮヵヶ</div>
</div>
<div data-block="Bopomofo">
<div class="line"></div>
</div>
<div data-block="Katakana">
<div class="line">ㇰㇱㇲㇳㇴㇵㇶㇷㇸㇹㇺㇻㇼㇽㇾㇿ</div>
</div>
<div data-block="CJK">
<div class="line">㌀㌁㌂㌃㌄㌅㌆㌇㌈㌉㌊㌋㌌㌍㌎㌏㌐㌑㌒㌓㌔㌕㌖㌗㌘㌙㌚㌛㌜㌝㌞㌟</div>
<div class="line">㌠㌡㌢㌣㌤㌥㌦㌧㌨㌩㌪㌫㌬㌭㌮㌯㌰㌱㌲㌳㌴㌵㌶㌷㌸㌹㌺㌻㌼㌽㌾㌿</div>
<div class="line">㍀㍁㍂㍃㍄㍅㍆㍇㍈㍉㍊㍋㍌㍍㍎㍏㍐㍑㍒㍓㍔㍕㍖㍗㍻㍼㍽㍾㍿</div>
</div>
<div data-block="Small">
<div class="line">﹐﹑﹒</div>
</div>
<div data-block="Halfwidth">
<div class="line"></div>
</div>
<div data-block="Enclosed">
<div class="line">🈀🈁</div>
</div>
</div>
</div>
<script src="support/text-orientation.js"></script>
</body></html>