chromium/third_party/blink/web_tests/external/wpt/mathml/presentation-markup/operators/embellished-op-4-1-ref.html

<!DOCTYPE html>
<html>
  <head>
    <title>embellished operators 4-1: some non-space-like children</title>
    <link rel="stylesheet" href="/fonts/ahem.css" />
    <style>
      @font-face {
        font-family: operators;
        src: url("/fonts/math/operators.woff");
      }
      math {
        font: 25px/1 Ahem;
      }
      mo {
        font-family: operators;
      }
    </style>
  </head>

  <body>
    <div>
      <!-- two embellished operators -->
      <math xmlns="http://www.w3.org/1998/Math/MathML">
        <mover>
          <mtext>abcdef</mtext>
          <mrow>
            <mo stretchy="false">&#xaf;</mo>
            <mo stretchy="false">&#xaf;</mo>
          </mrow>
        </mover>
      </math>
    </div>
  </body>
</html>