| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001o.html
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001o.html b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001o.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..32d5d327f04ea24984a718a855c66c904319c780
|
| --- /dev/null
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001o.html
|
| @@ -0,0 +1,73 @@
|
| +<!DOCTYPE html>
|
| +<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 rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-orientation">
|
| +<meta name="assert" content="Test orientation of characters where vo=Tu (147 code points in U+3001-1F201)">
|
| +<meta name="flags" content="dom font">
|
| +<link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
|
| +<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;
|
| + -webkit-writing-mode: vertical-rl;
|
| +}
|
| +.line {
|
| + white-space: pre;
|
| +}
|
| +.U {
|
| + -webkit-text-orientation: upright;
|
| +}
|
| +.R {
|
| + -webkit-text-orientation: sideways-right;
|
| +}
|
| +#details {
|
| + margin: 1em .5em;
|
| +}
|
| +summary {
|
| + font-size: 1.2em;
|
| + font-weight: bold;
|
| + margin-top: .5em;
|
| +}
|
| +</style>
|
| +<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>
|
|
|