summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/maction-dynamic-embellished-op-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/mathml/maction-dynamic-embellished-op-ref.html')
-rw-r--r--layout/reftests/mathml/maction-dynamic-embellished-op-ref.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/layout/reftests/mathml/maction-dynamic-embellished-op-ref.html b/layout/reftests/mathml/maction-dynamic-embellished-op-ref.html
new file mode 100644
index 0000000000..c9616bedb1
--- /dev/null
+++ b/layout/reftests/mathml/maction-dynamic-embellished-op-ref.html
@@ -0,0 +1,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>