Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/presentation-markup/mrow/semantics-004.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8"/>
<link rel="match" href="semantics-004-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<meta name="assert" content="The semantics element shouldn't add space around it.">
<style>
math, p {
font: 25px Ahem;
}
</style>
<p>
<semantics>
<mrow>
<mrow>
<mo>lcm</mo>
<mo>(</mo>
<mn>a</mn>
<mo>,</mo>
<mn>b</mn>
<mo>)</mo>
</mrow>
<mo>=</mo>
<mfrac>
<mrow>
<mo>(</mo>
<mn>a</mn>
<mo>⁢</mo>
<mn>b</mn>
<mo>)</mo>
</mrow>
<mrow>
<mo>gcd</mo>
<mo>(</mo>
<mn>a</mn>
<mo>,</mo>
<mn>b</mn>
<mo>)</mo>
</mrow>
</mfrac>
</mrow>
</semantics>
</math>XpXpXp
</p>