frac-linethickness-001-ref.html (2221B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>fractions linethickness</title> 6 <style type="text/css"> 7 @font-face { 8 font-family: TestFont; 9 src: url("/fonts/math/fraction-rulethickness10000.woff"); 10 } 11 math { 12 /* FractionRuleThickness = 10000 * 1 / 1000 = 10px; */ 13 font-family: "TestFont"; 14 font-size: 1px; 15 } 16 </style> 17 </head> 18 <body> 19 <p>This test passes if you see the same fraction eight times.</p> 20 <math> 21 <mfrac> 22 <mspace width="20px" height="10px" style="background: blue"></mspace> 23 <mspace width="20px" height="10px" style="background: cyan"></mspace> 24 </mfrac> 25 <mspace width="20px"/> 26 <mfrac> 27 <mspace width="20px" height="10px" style="background: blue"></mspace> 28 <mspace width="20px" height="10px" style="background: cyan"></mspace> 29 </mfrac> 30 <mspace width="20px"/> 31 <mfrac> 32 <mspace width="20px" height="10px" style="background: blue"></mspace> 33 <mspace width="20px" height="10px" style="background: cyan"></mspace> 34 </mfrac> 35 <mspace width="20px"/> 36 <mfrac> 37 <mspace width="20px" height="10px" style="background: blue"></mspace> 38 <mspace width="20px" height="10px" style="background: cyan"></mspace> 39 </mfrac> 40 <mspace width="20px"/> 41 <mfrac> 42 <mspace width="20px" height="10px" style="background: blue"></mspace> 43 <mspace width="20px" height="10px" style="background: cyan"></mspace> 44 </mfrac> 45 <mspace width="20px"/> 46 <mfrac> 47 <mspace width="20px" height="10px" style="background: blue"></mspace> 48 <mspace width="20px" height="10px" style="background: cyan"></mspace> 49 </mfrac> 50 <mspace width="20px"/> 51 <mfrac> 52 <mspace width="20px" height="10px" style="background: blue"></mspace> 53 <mspace width="20px" height="10px" style="background: cyan"></mspace> 54 </mfrac> 55 <mspace width="20px"/> 56 <mfrac> 57 <mspace width="20px" height="10px" style="background: blue"></mspace> 58 <mspace width="20px" height="10px" style="background: cyan"></mspace> 59 </mfrac> 60 </math> 61 </body> 62 </html>