haikuwebkit/LayoutTests/mathml/presentation/stretchy-minsize-maxsize-dy...

30 lines
667 B
HTML

<html>
<head>
<title>stretch minsize/maxsize (dynamic)</title>
<meta charset="utf-8">
</head>
<body>
<p>
<!-- We test dynamic changes of the minsize/maxsize attributes. They should render the same as the static reference. -->
<math>
<mo id="mo1" maxsize="4em">|</mo><mspace height="5em" depth="5em"/>
</math>
<math>
<mo id="mo2">|</mo><mspace height="5em" depth="5em"/>
</math>
<math>
<mo id="mo3" minsize="4em">|</mo><mspace height="1em" depth="1em"/>
</math>
<math>
<mo id="mo4">|</mo><mspace height="1em" depth="1em"/>
</math>
</p>
</body>
</html>