| 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
|
| deleted file mode 100644
|
| index 4fdde06182e0357fb97be77fb059b4db680c80f1..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/imported/csswg-test/css-writing-modes-3/support/text-orientation/text-orientation-template.html
|
| +++ /dev/null
|
| @@ -1,38 +0,0 @@
|
| -<!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>
|
|
|