Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that disables it given conditions:
- (os == "mac") and (os_version == "14.70") and (processor == "x86_64") and not debug : Bug 1931159
- (os == "mac") and (os_version == "14.70") and (processor == "x86_64") and debug : Bug 1931159
- This WPT test may be referenced by the following Test IDs:
- /mathml/presentation-markup/mrow/semantics-005.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8"/>
<link rel="match" href="semantics-005-ref.html">
<meta name="assert" content="The embellished operator made of a single mo inside a semantics element is treated the same as the mo alone.">
<p>
<mover>
<mspace width="300px" height="10px" mathbackground="black"></mspace>
<semantics><mo>¯</mo></semantics>
</mover>
</math>
</p>