Skip to content

Commit 9df1f87

Browse files
rwlbuischromium-wpt-export-bot
authored andcommitted
[mathml] Fix mo-form.html
The codepoint U+266D was used in this test and part of the MathML3 operator dictionary, however it is not part anymore of the MathML Core operator dictionary. Therefore pick a postfix operator that is part of the MathML Core operator dictionary. Bug: 6606 Change-Id: I253909a13a3d1ce34ca597342a706c05d35d3d34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466243 Reviewed-by: Frédéric Wang <[email protected]> Commit-Queue: Rob Buis <[email protected]> Cr-Commit-Position: refs/heads/master@{#816531}
1 parent c73950e commit 9df1f87

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

mathml/presentation-markup/operators/mo-form-ref.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
_<math><mo lspace="0.27777em" rspace="0.27777em"></mo></math>_
1818

1919
<!-- This checks the effect of @form on a postfix operator. -->
20-
_<math><mo lspace="0.27777em" rspace="0.27777em"></mo></math>_
21-
_<math><mo lspace="0.27777em" rspace="0.27777em"></mo></math>_
22-
_<math><mo lspace="0em" rspace="0.11111em"></mo></math>_
20+
_<math><mo lspace="0.27777em" rspace="0.27777em"></mo></math>_
21+
_<math><mo lspace="0.27777em" rspace="0.27777em"></mo></math>_
22+
_<math><mo lspace="0em" rspace="0em"></mo></math>_
2323

2424
</body>
2525
</html>

mathml/presentation-markup/operators/mo-form.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
_<math><mo form="postfix"></mo></math>_
2121

2222
<!-- This checks the effect of @form on a postfix operator. -->
23-
_<math><mo form="infix"></mo></math>_
24-
_<math><mo form="prefix"></mo></math>_
25-
_<math><mo form="postfix"></mo></math>_
23+
_<math><mo form="infix"></mo></math>_
24+
_<math><mo form="prefix"></mo></math>_
25+
_<math><mo form="postfix"></mo></math>_
2626

2727
<script src="/mathml/support/feature-detection.js"></script>
2828
<script>MathMLFeatureDetection.ensure_for_match_reftest("has_operator_spacing");</script>

0 commit comments

Comments
 (0)