Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>displaystyle and display</title>
<link rel="match" href="displaystyle-015-ref.html"/>
<meta name="assert" content="Test interaction of math@display and displaystyle on an operator with movablelimits">
</head>
<body>
<math>
<mstyle displaystyle="false">
<munderover>
<mo>∑</mo>
<mi>b</mi>
<mi>c</mi>
</munderover>
</mstyle>
</math>
<math>
<mstyle displaystyle="true">
<munderover>
<mo>∑</mo>
<mi>b</mi>
<mi>c</mi>
</munderover>
</mstyle>
</math>
<math display="inline">
<mstyle displaystyle="true">
<munderover>
<mo>∑</mo>
<mi>b</mi>
<mi>c</mi>
</munderover>
</mstyle>
</math>
<math display="block">
<mstyle displaystyle="true">
<munderover>
<mo>∑</mo>
<mi>b</mi>
<mi>c</mi>
</munderover>
</mstyle>
</math>
<math>
<mstyle displaystyle="false">
<munderover>
<mo>∑</mo>
<mi>b</mi>
<mi>c</mi>
</munderover>
</mstyle>
</math>
<math display="inline">
<mstyle displaystyle="false">
<munderover>
<mo>∑</mo>
<mi>b</mi>
<mi>c</mi>
</munderover>
</mstyle>
</math>
<math display="block">
<mstyle displaystyle="false">
<munderover>
<mo>∑</mo>
<mi>b</mi>
<mi>c</mi>
</munderover>
</mstyle>
</math>
<script src="/mathml/support/feature-detection.js"></script>
<script>MathMLFeatureDetection.ensure_for_match_reftest("has_movablelimits");</script>
</body>
</html>