summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/operators/mo-movablelimits-from-in-flow-ref.html
blob: 3efeaa0dfe0a28a635bde46ae0ef725c6d95c426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8"/>
    <title>&lt;mo&gt; movablelimits</title>
    <style>
      math, math * {
          font: 25px/1 Ahem;
      }
    </style>
    <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
  </head>
  <body>
    <math>
      <msub>
        <mo lspace="0px" rspace="0px">+</mo>
        <mn>1</mn>
      </msub>
      <msup>
        <mo lspace="0px" rspace="0px">+</mo>
        <mn>1</mn>
      </msup>
      <msubsup>
        <mo lspace="0px" rspace="0px">+</mo>
        <mn>1</mn>
        <mn>2</mn>
      </msubsup>
    </math>
  </body>
</html>