chromium/third_party/blink/web_tests/external/wpt/mathml/presentation-markup/operators/mo-lspace-rspace-4.html

<!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>