| <title>Open Type MATH - stretchy operator</title> |
| /* This font is taken from Mozilla's test suite. */ |
| src: url("stretchy.woff"); |
| <!-- This checks various vertical size variants. --> |
| <math><mrow><mo symmetric="false" stretchy="true" minsize="1em">↟</mo></mrow></math> |
| <math><mrow><mo symmetric="false" stretchy="true" minsize="2em">↟</mo></mrow></math> |
| <math><mrow><mo symmetric="false" stretchy="true" minsize="3em">↟</mo></mrow></math> |
| <!-- This checks vertical glyph assembly. --> |
| <math><mrow><mo symmetric="false" stretchy="true" minsize="15em">↟</mo></mrow></math> |
| <!-- This checks large operator in display style. --> |
| <math displaystyle="true"> |
| <mrow><mo>⨛</mo></mrow> |