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/operators/mo-lspace-rspace-4.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<title>mo-lspace-rspace-4</title>
<link rel="match" href="mo-lspace-rspace-4-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
math {
font: 25px/1 Ahem;
}
</style>
</head>
<body>
<p>
<math>
<mtext>_</mtext>
<mfrac>
<mo lspace="1em" rspace="2em">_</mo>
<mtext>_</mtext>
</mfrac>
<mtext>_</mtext>
</math>
</p>
</body>
</html>