Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            - /mathml/negative-lengths/negative-lspace-rspace-001.xhtml - WPT Dashboard Interop Dashboard
 
  <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."/>
  </head>
  <body>
      <mn>3</mn>
      <mo lspace="-5pt" rspace="-4pt">+</mo>
      <mn>2</mn>
    </math>
  </body>
</html>