Mypal/layout/reftests/mathml/math-display.html
2019-03-11 13:26:37 +03:00

69 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html>
<body>
<math>
<mstyle displaystyle="false">
<munderover>
<mo>&sum;</mo>
<mi>b</mi>
<mi>c</mi>
</munderover>
</mstyle>
</math>
<math>
<mstyle displaystyle="true">
<munderover>
<mo>&sum;</mo>
<mi>b</mi>
<mi>c</mi>
</munderover>
</mstyle>
</math>
<math display="inline">
<mstyle displaystyle="true">
<munderover>
<mo>&sum;</mo>
<mi>b</mi>
<mi>c</mi>
</munderover>
</mstyle>
</math>
<math display="block">
<mstyle displaystyle="true">
<munderover>
<mo>&sum;</mo>
<mi>b</mi>
<mi>c</mi>
</munderover>
</mstyle>
</math>
<math>
<mstyle displaystyle="false">
<munderover>
<mo>&sum;</mo>
<mi>b</mi>
<mi>c</mi>
</munderover>
</mstyle>
</math>
<math display="inline">
<mstyle displaystyle="false">
<munderover>
<mo>&sum;</mo>
<mi>b</mi>
<mi>c</mi>
</munderover>
</mstyle>
</math>
<math display="block">
<mstyle displaystyle="false">
<munderover>
<mo>&sum;</mo>
<mi>b</mi>
<mi>c</mi>
</munderover>
</mstyle>
</math>
</body>
</html>