haikuwebkit/LayoutTests/mathml/presentation/mo-form-stretchy.html

21 lines
671 B
HTML

<!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>