shaping-002-ref.html (865B)
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/NotoNaskhArabic-regular.woff2') format('woff2'); 10 } 11 .test, .ref { border: 1px solid #02D7F6; margin: 20px; padding: 10px; width: 3em; font-size: 120px; font-family: "csstest_noto"; } 12 /* the CSS above is not part of the test */ 13 .fontweight { font-weight: bold; } 14 </style> 15 <link rel=mismatch href="shaping-002-sanity-ref.html"> 16 </head> 17 <body> 18 <p class="instructions">Test passes if the three Arabic characters in each box join, making the two boxes identical.</p> 19 20 <div class="ref" lang="ar" dir="rtl">ع‍<span class="fontweight">‍ع‍</span>‍ع</div> 21 <div class="ref" lang="ar" dir="rtl">ع‍<span class="fontweight">‍ع‍</span>‍ع</div> 22 </body> 23 </html>