Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001o.html

Issue 1157103007: update-w3c-deps import using blink b712b6ce0eb599d90d890aa609f596c7852fb824 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Skip swfsoures Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698