summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mo-invisibleoperators-2-ref.html
blob: 152c84cd9cf8ffe4f26528fe3965478ad25befac (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>