summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/operators/mo-invisibleoperators-2-ref.html
blob: c13f9b1739ab4bce78cf03c8451ad8edb010ab58 (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
<!DOCTYPE html>
<html>
  <math>
    <mo>1</mo>
  </math>
  <p>
  <math>
    <mo>2</mo>
  </math>
  <p>
  <math>
    <mo>3</mo>
  </math>
  <p>
  <math>
    <mo>4</mo>
  </math>
  <p>
  <table>
    <tr>
      <td style="border: 1px solid;">
        <math>
          <mo>x</mo>
        </math>
      </td>
    </tr>
  </table>
</html>