diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /layout/reftests/mathml/maction-dynamic-embellished-op-ref.html | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/mathml/maction-dynamic-embellished-op-ref.html | 41 |
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> |