| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001i.html
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001i.html b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001i.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8a303363223fa29a6df2c95cff471ef14c5862ad
|
| --- /dev/null
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001i.html
|
| @@ -0,0 +1,46 @@
|
| +<!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-family: "orientation";
|
| + font-size: 16px;
|
| + height: 32em;
|
| + white-space: pre;
|
| + -webkit-writing-mode: vertical-rl;
|
| +}
|
| +.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>、。ぁぃぅぇぉっゃゅょゎゕゖ゛゜ァィゥェォッャュョヮヵヶㄧㇰㇱㇲㇳㇴㇵㇶㇷㇸㇹㇺㇻㇼㇽㇾㇿ㌀㌁㌂㌃㌄㌅㌆㌇㌈㌉㌊㌋㌌㌍㌎㌏㌐㌑㌒</div>
|
| +<div>㌓㌔㌕㌖㌗㌘㌙㌚㌛㌜㌝㌞㌟㌠㌡㌢㌣㌤㌥㌦㌧㌨㌩㌪㌫㌬㌭㌮㌯㌰㌱㌲㌳㌴㌵㌶㌷㌸㌹㌺㌻㌼㌽㌾㌿㍀㍁㍂㍃㍄㍅㍆㍇㍈㍉㍊㍋㍌㍍㍎㍏㍐㍑㍒</div>
|
| +<div>㍓㍔㍕㍖㍗㍻㍼㍽㍾㍿﹐﹑﹒!,.?🈀🈁</div>
|
| +</div>
|
| +</div>
|
| +<script src="support/text-orientation/unicode-data.js"></script>
|
| +<script src="support/text-orientation/text-orientation.js"></script>
|
|
|