blob: 273e4b873d5e5dc2e8557b3a95cd8f88b68b2637 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>mo form stretchy</title>
<meta charset="utf-8"/>
</head>
<body>
<!-- Test the effect of form on stretchiness -->
<math><mo form="prefix">(</mo><mspace height="2em" depth="2em"/></math><br/>
<math><mo form="infix">(</mo><mspace height="2em" depth="2em"/></math><br/>
<math><mo form="postfix">(</mo><mspace height="2em" depth="2em"/></math><br/>
<math><mo form="prefix">)</mo><mspace height="2em" depth="2em"/></math><br/>
<math><mo form="infix">)</mo><mspace height="2em" depth="2em"/></math><br/>
<math><mo form="postfix">)</mo><mspace height="2em" depth="2em"/></math>
</body>
</html>