| OLD | NEW |
| (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> | |
| OLD | NEW |