| 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 (#7/8,
2048 code points in U+1169E-1BC00).</title> | 3 <title>CSS Writing Modes Test: Test orientation of characters where vo=R (#7/8,
2048 code points in U+1169E-1BC00).</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 (#7/8, 20
48 code points in U+1169E-1BC00)"> | 5 <meta name="assert" content="Test orientation of characters where vo=R (#7/8, 20
48 code points in U+1169E-1BC00)"> |
| 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 writing-mode: vertical-rl; | 18 writing-mode: vertical-rl; |
| 19 } | 19 } |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 <div class="line">饢紑饢紒饢紓饢純饢紕饢紖饢紗饢紘饢紙饢級饢紛饢紜饢紝饢紞饢紟饢紡饢紣饢紤饢紥饢紦饢紨饢紩饢紪饢紬饢紭饢紮饢細饢紱饢紲饢紳饢紴饢紵</div> | 123 <div class="line">饢紑饢紒饢紓饢純饢紕饢紖饢紗饢紘饢紙饢級饢紛饢紜饢紝饢紞饢紟饢紡饢紣饢紤饢紥饢紦饢紨饢紩饢紪饢紬饢紭饢紮饢細饢紱饢紲饢紳饢紴饢紵</div> |
| 124 <div class="line">饢紶饢肌饢饥饢迹饢激饢讥饢鸡饢姬饢绩饢缉饢吉饢极饢棘饢辑饢籍饢集饢及饢急饢疾饢汲饢即饢嫉饢级饢挤饢几饢脊饢己饢蓟饢技饢冀饢季饢伎</div> | 124 <div class="line">饢紶饢肌饢饥饢迹饢激饢讥饢鸡饢姬饢绩饢缉饢吉饢极饢棘饢辑饢籍饢集饢及饢急饢疾饢汲饢即饢嫉饢级饢挤饢几饢脊饢己饢蓟饢技饢冀饢季饢伎</div> |
| 125 <div class="line">饢絸饢絹饢絺饢絻饢絼饢綈饢緭饢緮饢緯饢緰饢緱饢緲饢緳饢練饢緵饢緶饢緷饢緸饢緹</div> | 125 <div class="line">饢絸饢絹饢絺饢絻饢絼饢綈饢緭饢緮饢緯饢緰饢緱饢緲饢緳饢練饢緵饢緶饢緷饢緸饢緹</div> |
| 126 </div> | 126 </div> |
| 127 <div data-block="Duployan"> | 127 <div data-block="Duployan"> |
| 128 <div class="line">饹皜</div> | 128 <div class="line">饹皜</div> |
| 129 </div> | 129 </div> |
| 130 </div> | 130 </div> |
| 131 </div> | 131 </div> |
| 132 <script src="support/text-orientation.js"></script> | 132 <script src="support/text-orientation.js"></script> |
| OLD | NEW |