shaping-022-ref.html (925B)
1 <!DOCTYPE html> 2 <html lang="en" > 3 <head> 4 <meta charset="utf-8"> 5 <title>reference</title> 6 <style type="text/css"> 7 @font-face { 8 font-family: 'csstest_noto'; 9 src: url('/fonts/noto/NotoSansNko-regular-webfont.woff2') format('woff2'); 10 font-weight: normal; 11 font-style: normal; 12 } 13 .test, .ref { border: 1px solid #02D7F6; margin: 20px; padding: 10px; width: 3em; font-size: 120px; font-family: "csstest_noto"; } 14 /* the CSS above is not part of the test */ 15 .styled { text-decoration: underline; } 16 </style> 17 <link rel="mismatch" href="shaping-022-sanity-ref.html"> 18 </head> 19 <body> 20 <p class="instructions">Test passes if the three N'Ko characters in each box join, making the two boxes identical.</p> 21 <div class="ref" lang="nqo" dir="rtl">ߞ‍<span class="styled">‍ߞ‍</span>‍ߞ</div> 22 <div class="ref" lang="nqo" dir="rtl">ߞ‍<span class="styled">‍ߞ‍</span>‍ߞ</div> 23 </body> 24 </html>