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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001i.html

Issue 1161223002: Import csswg-test/css-writing-modes-3/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comments updated 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <meta charset="utf-8">
3 <title>CSS Writing Modes Test: Test orientation of characters where vo=Tu (147 c ode points in U+3001-1F201).</title>
4 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-orientatio n">
5 <meta name="assert" content="Test orientation of characters where vo=Tu (147 cod e points in U+3001-1F201)">
6 <meta name="flags" content="dom font">
7 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
8 <script src="../../../resources/testharness.js"></script>
9 <script src="../../../resources/testharnessreport.js"></script>
10 <style>
11 @font-face {
12 font-family: "orientation";
13 src: url("support/adobe-fonts/CSSHWOrientationTest.otf");
14 }
15 .test {
16 font-family: "orientation";
17 font-size: 16px;
18 height: 32em;
19 white-space: pre;
20 -webkit-writing-mode: vertical-rl;
21 }
22 .U {
23 -webkit-text-orientation: upright;
24 }
25 .R {
26 -webkit-text-orientation: sideways-right;
27 }
28 #details {
29 margin: 1em .5em;
30 }
31 summary {
32 font-size: 1.2em;
33 font-weight: bold;
34 margin-top: .5em;
35 }
36 </style>
37 <div id="log"></div>
38 <div id="details"></div>
39 <div id="container"><div data-vo="Tu" class="test">
40 <div>、。ぁぃぅぇぉっゃゅょゎゕゖ゛゜ァィゥェォッャュョヮヵヶㄧㇰㇱㇲㇳㇴㇵㇶㇷㇸㇹㇺㇻㇼㇽㇾㇿ㌀㌁㌂㌃㌄㌅㌆㌇㌈㌉㌊㌋㌌㌍㌎㌏㌐㌑㌒</div>
41 <div>㌓㌔㌕㌖㌗㌘㌙㌚㌛㌜㌝㌞㌟㌠㌡㌢㌣㌤㌥㌦㌧㌨㌩㌪㌫㌬㌭㌮㌯㌰㌱㌲㌳㌴㌵㌶㌷㌸㌹㌺㌻㌼㌽㌾㌿㍀㍁㍂㍃㍄㍅㍆㍇㍈㍉㍊㍋㍌㍍㍎㍏㍐㍑㍒</div>
42 <div>㍓㍔㍕㍖㍗㍻㍼㍽㍾㍿﹐﹑﹒!,.?🈀🈁</div>
43 </div>
44 </div>
45 <script src="support/text-orientation/unicode-data.js"></script>
46 <script src="support/text-orientation/text-orientation.js"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698