| 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 (#6/8,
2048 code points in U+10344-1169D).</title> | 3 <title>CSS Writing Modes Test: Test orientation of characters where vo=R (#6/8,
2048 code points in U+10344-1169D).</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 (#6/8, 20
48 code points in U+10344-1169D)"> | 5 <meta name="assert" content="Test orientation of characters where vo=R (#6/8, 20
48 code points in U+10344-1169D)"> |
| 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 <div data-block="Modi"> | 191 <div data-block="Modi"> |
| 192 <div class="line">𑘀𑘁𑘂𑘃𑘄𑘅𑘆𑘇𑘈𑘉𑘊𑘋𑘌𑘍𑘎𑘏𑘐𑘑𑘒𑘓𑘔𑘕𑘖𑘗𑘘𑘙𑘚𑘛𑘜𑘝𑘞𑘟</div> | 192 <div class="line">𑘀𑘁𑘂𑘃𑘄𑘅𑘆𑘇𑘈𑘉𑘊𑘋𑘌𑘍𑘎𑘏𑘐𑘑𑘒𑘓𑘔𑘕𑘖𑘗𑘘𑘙𑘚𑘛𑘜𑘝𑘞𑘟</div> |
| 193 <div class="line">𑘠𑘡𑘢𑘣𑘤𑘥𑘦𑘧𑘨𑘩𑘪𑘫𑘬𑘭𑘮𑘯𑙁𑙂𑙃𑙄𑙐𑙑𑙒𑙓𑙔𑙕𑙖𑙗𑙘𑙙</div> | 193 <div class="line">𑘠𑘡𑘢𑘣𑘤𑘥𑘦𑘧𑘨𑘩𑘪𑘫𑘬𑘭𑘮𑘯𑙁𑙂𑙃𑙄𑙐𑙑𑙒𑙓𑙔𑙕𑙖𑙗𑙘𑙙</div> |
| 194 </div> | 194 </div> |
| 195 <div data-block="Takri"> | 195 <div data-block="Takri"> |
| 196 <div class="line">𑚀𑚁𑚂𑚃𑚄𑚅𑚆𑚇𑚈𑚉𑚊𑚋𑚌𑚍𑚎𑚏𑚐𑚑𑚒𑚓𑚔𑚕𑚖𑚗𑚘𑚙𑚚𑚛𑚜𑚝</div> | 196 <div class="line">𑚀𑚁𑚂𑚃𑚄𑚅𑚆𑚇𑚈𑚉𑚊𑚋𑚌𑚍𑚎𑚏𑚐𑚑𑚒𑚓𑚔𑚕𑚖𑚗𑚘𑚙𑚚𑚛𑚜𑚝</div> |
| 197 </div> | 197 </div> |
| 198 </div> | 198 </div> |
| 199 </div> | 199 </div> |
| 200 <script src="support/text-orientation.js"></script> | 200 <script src="support/text-orientation.js"></script> |
| OLD | NEW |