4 <title>Radical fallback</title>
5 <meta charset="utf-8"/>
9 <!-- This pixel test verifies stretching of radical operators with either
10 the default MathML font or a sans-serif font. The latter is likely
11 to require a fallback mechanism ascsans-serif are generally not math
12 fonts and so can not stretch radicals. -->
14 <p>Large LTR radicals:
16 <msqrt><mspace height="5em"/></msqrt>
17 <msqrt style="font-family: sans-serif"><mspace height="5em"/></msqrt>
21 <p>Large RTL radicals:
23 <msqrt><mspace height="5em"/></msqrt>
24 <msqrt style="font-family: sans-serif"><mspace height="5em"/></msqrt>