layout/reftests/mathml/mo-invisibleoperators-2-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/mo-invisibleoperators-2-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +<html>
     1.5 +  <math>
     1.6 +    <mo>1</mo>
     1.7 +  </math>
     1.8 +  <p>
     1.9 +  <math>
    1.10 +    <mo>2</mo>
    1.11 +  </math>
    1.12 +  <p>
    1.13 +  <math>
    1.14 +    <mo>3</mo>
    1.15 +  </math>
    1.16 +  <p>
    1.17 +  <math>
    1.18 +    <mo>4</mo>
    1.19 +  </math>
    1.20 +  <p>
    1.21 +  <table>
    1.22 +    <tr>
    1.23 +      <td style="border: 1px solid;"> 
    1.24 +        <math>
    1.25 +          <mo>x</mo>
    1.26 +        </math>
    1.27 +      </td>
    1.28 +    </tr>
    1.29 +  </table>
    1.30 +</html>

mercurial