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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/support/text-orientation/text-orientation-template.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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <meta charset="utf-8">
3 <!-- META -->
4 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
5 <script src="../../../../../resources/testharness.js"></script>
6 <script src="../../../../../resources/testharnessreport.js"></script>
7 <style>
8 @font-face {
9 font-family: "orientation";
10 src: url("support/adobe-fonts/CSSHWOrientationTest.otf");
11 }
12 .test {
13 font-family: "orientation";
14 font-size: 16px;
15 height: 32em;
16 white-space: pre;
17 -webkit-writing-mode: vertical-rl;
18 }
19 .U {
20 -webkit-text-orientation: upright;
21 }
22 .R {
23 -webkit-text-orientation: sideways-right;
24 }
25 #details {
26 margin: 1em .5em;
27 }
28 summary {
29 font-size: 1.2em;
30 font-weight: bold;
31 margin-top: .5em;
32 }
33 </style>
34 <div id="log"></div>
35 <div id="details"></div>
36 <div id="container">INSERT-DATA-HERE</div>
37 <script src="support/text-orientation/unicode-data.js"></script>
38 <script src="support/text-orientation/text-orientation.js"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698