layout/reftests/mathml/scale-stretchy-2-ref.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/scale-stretchy-2-ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 +  <head>
     1.7 +    <title>Minimal size for a vertical arrow stretched by scaling</title>
     1.8 +  </head>
     1.9 +
    1.10 +  <body>
    1.11 +
    1.12 +    <table style="position: absolute;">
    1.13 +      <tr>
    1.14 +        <td><div style="height: 200px; width: 5px; background: black"/></td>
    1.15 +        <td>
    1.16 +          <math xmlns="http://www.w3.org/1998/Math/MathML">
    1.17 +            <mrow>
    1.18 +              <mspace height="50px" depth="50px" width="5px"
    1.19 +                      style="background: yellow" />
    1.20 +              <mspace height="44px" depth="44px" width="50px"
    1.21 +                      style="background: green;"/>
    1.22 +            </mrow>
    1.23 +          </math>
    1.24 +        </td>
    1.25 +      </tr>
    1.26 +    </table>
    1.27 +
    1.28 +  </body>
    1.29 +</html>

mercurial