negative-mspace-1.html (891B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>negative mspace</title> 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 6 <link rel="match" href="negative-mspace-1-ref.html"/> 7 <link rel="assert" href="Verify that negative width on an mspace element causes overlap of previous and next siblings."/> 8 <link rel="help" href="https://github.com/w3c/mathml-core/issues/132"/> 9 </head> 10 <body> 11 <p> 12 <math> 13 <mrow> 14 <mspace width="2em" height="1em" mathbackground="red"></mspace> 15 <mspace width="-1em"/> 16 <mspace width="1em" height="1em" mathbackground="blue"></mspace> 17 </mrow> 18 </math> 19 </p> 20 <p> 21 <math dir="rtl"> 22 <mrow> 23 <mspace width="2em" height="1em" mathbackground="red"></mspace> 24 <mspace width="-1em"/> 25 <mspace width="1em" height="1em" mathbackground="blue"></mspace> 26 </mrow> 27 </math> 28 </p> 29 </body> 30 </html>