summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/crashtests/mozilla/1092053.html
blob: 51b5858b6f33d06a486deaef99ad4564312efad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
  <head>
    <title>Largeop stretching</title>
    <meta charset="utf-8"/>
  </head>
  <body>
    <p>
      <!-- &bigotimes; allows to check for an assertion involving
           the direction of the largeop pre-stretch -->
      <math displaystyle="true">
        <mrow>
          <mo id="mo4">(</mo>
          <mo>&bigotimes;</mo>
          <mo id="mo5">)</mo>
        </mrow>
      </math>
    </p>
  </body>
</html>