| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/support/text-orientation/text-orientation-template.html
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/support/text-orientation/text-orientation-template.html b/LayoutTests/imported/csswg-test/css-writing-modes-3/support/text-orientation/text-orientation-template.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4fdde06182e0357fb97be77fb059b4db680c80f1
|
| --- /dev/null
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/support/text-orientation/text-orientation-template.html
|
| @@ -0,0 +1,38 @@
|
| +<!DOCTYPE html>
|
| +<meta charset="utf-8">
|
| +<!-- META -->
|
| +<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">INSERT-DATA-HERE</div>
|
| +<script src="support/text-orientation/unicode-data.js"></script>
|
| +<script src="support/text-orientation/text-orientation.js"></script>
|
|
|