tenfourfox/layout/reftests/mathml/embellished-op-2-4.html

26 lines
528 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<title>embellished operators: ignore space-like children</title>
</head>
<body>
<div>
<!-- many space-like children -->
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mover>
<mtext>abcdef</mtext>
<mrow>
<mspace/>
<mtext>g</mtext>
<mspace/>
<mo>&#xaf;</mo>
<mspace/>
<mspace/>
<mtext>h</mtext>
</mrow>
</mover>
</math>
</div>
</body>
</html>