shaping-023-sanity-2-ref.html (954B)
1 <!DOCTYPE html> 2 <html lang="en" > 3 <head> 4 <meta charset="utf-8"> 5 <title>reference</title> 6 <link rel="author" title="Richard Ishida" href="mailto:ishida@w3.org"> 7 <style type="text/css"> 8 @font-face { 9 font-family: 'csstest_noto'; 10 src: url('/fonts/noto/NotoSansMongolian-regular.woff2') format('woff2'); 11 } 12 .test, .ref { border: 1px solid #02D7F6; margin: 20px; padding: 10px; width: 3em; font-size: 120px; font-family: "csstest_noto"; writing-mode: vertical-lr; float:left; text-orientation: upright;} 13 /* the CSS above is not part of the test */ 14 .styled { color:blue; } 15 </style> 16 </head> 17 <body> 18 <p class="instructions">Test passes if the three Mongolian characters in each box join, making the two boxes identical.</p> 19 <div class="ref" lang="mn" dir="rtl">ᠨ‌<span class="styled">‌ᠨ‌</span>‌ᠨ</div> 20 <div class="ref" lang="mn" dir="rtl">ᠨ‌<span class="styled">‌ᠨ‌</span>‌ᠨ</div> 21 </body> 22 </html>