tenfourfox/layout/reftests/mathml/embellished-op-5-1.html

22 lines
417 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<title>embellished operators 5: vertical stretchy operator</title>
</head>
<body>
<div>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mrow>
<msub>
<mo>|</mo>
<mspace/>
</msub>
</mrow>
<mspace height="30px" depth="30px"/>
</mrow>
</math>
</div>
</body>
</html>