summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/semantics-5.html
blob: 0c2ad9541a21ae0a2b26af970296473c60d2db13 (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>
        <semantics><mo>&#xaf;</mo></semantics>
      </mover>
    </math>
  </p>
</body>
</html>