mathsize-attribute-css-keywords-ref.html (543B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title>mathsize and css keywords</title> 6 </head> 7 <body> 8 <p>Test passes if you see 14 "A" of equal size:</p> 9 <math> 10 <mtext>A</mtext> 11 <mtext>A</mtext> 12 <mtext>A</mtext> 13 <mtext>A</mtext> 14 <mtext>A</mtext> 15 <mtext>A</mtext> 16 <mtext>A</mtext> 17 <mtext>A</mtext> 18 <mtext>A</mtext> 19 <mtext>A</mtext> 20 <mtext>A</mtext> 21 <mtext>A</mtext> 22 <mtext>A</mtext> 23 <mtext>A</mtext> 24 </math> 25 </body> 26 </html>