scale-stretchy-005.html (834B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title>Largeop in display mode stretched by scaling</title> 6 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=414277"> 7 <link rel="mismatch" href="scale-stretchy-005-ref.html"> 8 <meta name="assert" content="Verify that a displaystyle largeop can be drawn bigger by scaling."> 9 </head> 10 <body> 11 <!-- This assumes that the system fonts do not provide a way to draw a 12 bigger U+2A0C QUADRUPLE INTEGRAL OPERATOR and that preference 13 `mathml.scale_stretchy_operators` is enabled, so that we exercise 14 stretching of largeop using a scale. This test may still pass if 15 stretching is not performed via a scale though. --> 16 <math display="block"> 17 <mo largeop="true">⨌</mo> 18 </math> 19 </body> 20 </html>