frac-linethickness-003.html (652B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>fractions linethickness</title> 6 <link rel="help" href="https://w3c.github.io/mathml-core/#fractions-mfrac"> 7 <meta name="assert" content="Verifies fraction with 0px bar."> 8 <link rel="mismatch" href="frac-linethickness-003-notref.html"> 9 </head> 10 <body> 11 <p>This test passes if you see a fraction without fraction bar.</p> 12 <math> 13 <mfrac linethickness="0px"> 14 <mspace width="20px" height="5px" style="background: blue"></mspace> 15 <mspace width="20px" height="5px" style="background: cyan"></mspace> 16 </mfrac> 17 </math> 18 </body> 19 </html>