summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/semantics-5-ref.html
blob: 9184cdcc81871753bac0ec808bd1ef3770e5f078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
  <title>semantics - embellished operator (bug 21479)</title>
  <meta charset="utf-8"/>
</head>
<body>
  <p>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mover>
        <mspace width="300px" height="10px" mathbackground="black"></mspace>
        <mo>&#xaf;</mo>
      </mover>
    </math>
  </p>
</body>
</html>