summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/maction-dynamic-embellished-op-ref.html
blob: c9616bedb11cf590e3a7cfbaac3588f8f07b6714 (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
<!DOCTYPE html>
<html>

<head>
<title>dynamic maction and embellished op</title>
<style>
  @font-face
  {
      font-family: Ahem;
      src: url(../fonts/Ahem.ttf);
  }
  p, math {
      font: 25px Ahem;
  }
</style>
</head>

<body>

  <p>É<math><maction actiontype="toggle" id="m1" selection="2"><mn>X</mn><mo>p</mo></maction></math>É</p>
  <p>É<math><maction actiontype="toggle" id="m2" selection="2"><mo>p</mo><mn>X</mn></maction></math>É</p>
 
  <p>É<math><maction actiontype="toggle" id="m3"><mo>p</mo></maction></math>É</p>
  <p>É<math><maction actiontype="toggle" id="m3bis"><mn>X</mn><mo>p</mo></maction></math>É</p>

  <p>{<math><maction actiontype="toggle" id="m4"><mn>X</mn></maction></math>}</p>
  <p>{<math><maction actiontype="toggle" id="m4bis"><mo>p</mo><mn>X</mn></maction></math>}</p>

 
  <p>[<math>
    <mstyle id="m5" selection="2"><maction actiontype="toggle"><mn>X</mn><mo>p</mo></maction></mstyle>
  </math>]</p>
  <p>[<math>
    <mstyle id="m6" selection="2"><maction actiontype="toggle"><mo>p</mo><mn>X</mn></maction></mstyle>
  </math>]</p>

  <p>(<math id="m7" selection="2"><maction actiontype="toggle"><mn>X</mn><mo>p</mo></maction></math>)</p>
  <p>(<math id="m8" selection="2"><maction actiontype="toggle"><mo>p</mo><mn>X</mn></maction></math>)</p>

</body>
</html>