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