summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/negative-lengths/negative-lspace-rspace-001.xhtml
blob: 600b955a27544c419266cec9ba488cac5346b9a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>negative lspace/rspace</title>
    <link rel="match" href="negative-lspace-rspace-001-ref.xhtml"/>
    <link rel="assert" href="Verify that negative lspace/rspace are ignored."/>
    <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=411227"/>
    <link rel="help" href="https://github.com/w3c/mathml-core/issues/132"/>
  </head>
  <body>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mn>3</mn>
      <mo lspace="-5pt" rspace="-4pt">+</mo>
      <mn>2</mn>
    </math>
  </body>
</html>