summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/mrow/legacy-mrow-like-elements-002-ref.html
blob: 4fd4b225f3527a151b9d63e7603ab224453d7721 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Legacy maction and semantics elements (reference)</title>
</head>
<body>
  <p>This test passes if you see 4 green squares and no red.</p>
  <p>
    <math>
      <mrow>
        <mtext>
          <span style="display: inline-block; width: 50px; height: 50px; background: green;"></span>
        </mtext>
      </mrow>
    </math>
  </p>
  <p>
    <math>
      <mrow>
        <mrow style="display: inline-block">
          <span style="display: inline-block; width: 50px; height: 50px; background: green;"></span>
        </mrow>
      </mrow>
    </math>
  </p>
  <p>
    <math>
      <mrow>
        <mspace style="background: green" width="50px" height="50px"></mspace>
      </mrow>
    </math>
  </p>
  <p>
    <math>
      <mrow>
        <mspace style="background: green" width="50px" height="50px"></mspace>
      </mrow>
    </math>
  </p>
  <script src="/mathml/support/feature-detection.js"></script>
  <script>MathMLFeatureDetection.ensure_for_match_reftest("has_mspace");</script>
</body>
</html>