summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/operator-stretching/scale-stretchy-001-ref.html
blob: 36a2a574f8ca5462005d139c82112e016fc95fff (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
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8"/>
    <title>Maximal size for a vertical arrow stretched by scaling</title>
  </head>
  <body>
    <table style="position: absolute;">
      <tr>
        <td><div style="height: 200px; width: 5px; background: black"/></td>
        <td>
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <mrow>
              <mspace height="50px" depth="50px" width="5px"
                      style="background: yellow" />
              <mspace height="55px" depth="55px" width="50px"
                      style="background: red;"/>
            </mrow>
          </math>
        </td>
      </tr>
    </table>
  </body>
</html>