| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <meta charset="utf-8"> | 2 <meta charset="utf-8"> |
| 3 <title>CSS Writing Modes Test: Test orientation of characters where vo=R (#2/8,
2048 code points in U+0B36-1B50).</title> | 3 <title>CSS Writing Modes Test: Test orientation of characters where vo=R (#2/8,
2048 code points in U+0B36-1B50).</title> |
| 4 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-orientatio
n"> | 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=R (#2/8, 20
48 code points in U+0B36-1B50)"> | 5 <meta name="assert" content="Test orientation of characters where vo=R (#2/8, 20
48 code points in U+0B36-1B50)"> |
| 6 <meta name="flags" content="dom font"> | 6 <meta name="flags" content="dom font"> |
| 7 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com"> | 7 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com"> |
| 8 <script src="../../../resources/testharness.js"></script> | 8 <script src="../../../resources/testharness.js"></script> |
| 9 <script src="../../../resources/testharnessreport.js"></script> | 9 <script src="../../../resources/testharnessreport.js"></script> |
| 10 <style> | 10 <style> |
| 11 @font-face { | 11 @font-face { |
| 12 font-family: "orientation"; | 12 font-family: "orientation"; |
| 13 src: url("support/adobe-fonts/CSSHWOrientationTest.otf"); | 13 src: url("support/adobe-fonts/CSSHWOrientationTest.otf"); |
| 14 } | 14 } |
| 15 .test { | 15 .test { |
| 16 font: 16px/1 "orientation"; | 16 font: 16px/1 "orientation"; |
| 17 height: 17em; | 17 height: 17em; |
| 18 -webkit-writing-mode: vertical-rl; | 18 -webkit-writing-mode: vertical-rl; |
| 19 } | 19 } |
| 20 .line { | 20 .line { |
| 21 white-space: pre; | 21 white-space: pre; |
| 22 } | 22 } |
| 23 .U { | 23 .U { |
| 24 -webkit-text-orientation: upright; | 24 text-orientation: upright; |
| 25 } | 25 } |
| 26 .R { | 26 .R { |
| 27 -webkit-text-orientation: sideways; | 27 text-orientation: sideways; |
| 28 } | 28 } |
| 29 #details { | 29 #details { |
| 30 margin: 1em .5em; | 30 margin: 1em .5em; |
| 31 } | 31 } |
| 32 summary { | 32 summary { |
| 33 font-size: 1.2em; | 33 font-size: 1.2em; |
| 34 font-weight: bold; | 34 font-weight: bold; |
| 35 margin-top: .5em; | 35 margin-top: .5em; |
| 36 } | 36 } |
| 37 </style> | 37 </style> |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 <div class="line">ᩀᩁᩂᩃᩄᩅᩆᩇᩈᩉᩊᩋᩌᩍᩎᩏᩐᩑᩒᩓᩔ᪀᪁᪂᪃᪄᪅᪆᪇᪈᪉᪐</div> | 170 <div class="line">ᩀᩁᩂᩃᩄᩅᩆᩇᩈᩉᩊᩋᩌᩍᩎᩏᩐᩑᩒᩓᩔ᪀᪁᪂᪃᪄᪅᪆᪇᪈᪉᪐</div> |
| 171 <div class="line">᪑᪒᪓᪔᪕᪖᪗᪘᪙᪠᪡᪢᪣᪤᪥᪦ᪧ᪨᪩᪪᪫᪬᪭</div> | 171 <div class="line">᪑᪒᪓᪔᪕᪖᪗᪘᪙᪠᪡᪢᪣᪤᪥᪦ᪧ᪨᪩᪪᪫᪬᪭</div> |
| 172 </div> | 172 </div> |
| 173 <div data-block="Balinese"> | 173 <div data-block="Balinese"> |
| 174 <div class="line">ᬅᬆᬇᬈᬉᬊᬋᬌᬍᬎᬏᬐᬑᬒᬓᬔᬕᬖᬗᬘᬙᬚᬛᬜᬝᬞᬟᬠᬡᬢᬣᬤ</div> | 174 <div class="line">ᬅᬆᬇᬈᬉᬊᬋᬌᬍᬎᬏᬐᬑᬒᬓᬔᬕᬖᬗᬘᬙᬚᬛᬜᬝᬞᬟᬠᬡᬢᬣᬤ</div> |
| 175 <div class="line">ᬥᬦᬧᬨᬩᬪᬫᬬᬭᬮᬯᬰᬱᬲᬳᭅᭆᭇᭈᭉᭊᭋ᭐</div> | 175 <div class="line">ᬥᬦᬧᬨᬩᬪᬫᬬᬭᬮᬯᬰᬱᬲᬳᭅᭆᭇᭈᭉᭊᭋ᭐</div> |
| 176 </div> | 176 </div> |
| 177 </div> | 177 </div> |
| 178 </div> | 178 </div> |
| 179 <script src="support/text-orientation.js"></script> | 179 <script src="support/text-orientation.js"></script> |
| OLD | NEW |