chromium/third_party/blink/web_tests/external/wpt/mathml/presentation-markup/operators/mo-movablelimits-default-ref.html

<!DOCTYPE html>
<html>
<head>
  <title>mo movablelimits default value</title>
  <meta charset="utf-8"/></head>
<body>
  <math>
    <munder>
      <mo movablelimits="true">∑</mo>
      <mi>x</mi>
    </munder>
    <munder>
      <mo movablelimits="false">∫</mo>
      <mi>x</mi>
    </munder>
  </math>
</body>
</html>