font-variant-numeric-09-ref.html (675B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 4 <title>CSS Test: font-variant-numeric: slashed-zero; low level equivalence</title> 5 <link rel="author" title="Chris Lilley" href="chris@w3.org"> 6 <style> 7 @font-face { 8 font-family: fwf; 9 src: url(support/fonts/FontWithFancyFeatures.otf); 10 } 11 .test { 12 font-family: fwf; 13 font-size: 3em; 14 line-height: 1.1; 15 } 16 </style> 17 <body> 18 <p>Test passes if the three lines below are identical, with seven crosses (✗), then one check mark (✓). </p> 19 <section class="test"> 20 <p class="ref">BBBBBBBA</p> 21 <p class="ref">BBBBBBBA</p> 22 <p class="ref">BBBBBBBA</p> 23 </section>