summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/negative-lengths/negative-lspace-rspace-001.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/mozilla/tests/mathml/negative-lengths/negative-lspace-rspace-001.xhtml')
-rw-r--r--testing/web-platform/mozilla/tests/mathml/negative-lengths/negative-lspace-rspace-001.xhtml16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/tests/mathml/negative-lengths/negative-lspace-rspace-001.xhtml b/testing/web-platform/mozilla/tests/mathml/negative-lengths/negative-lspace-rspace-001.xhtml
new file mode 100644
index 0000000000..600b955a27
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/negative-lengths/negative-lspace-rspace-001.xhtml
@@ -0,0 +1,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>