direction-mpadded-ref.html (653B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title>Verify dir attribute on mpadded (reference)</title> 6 </head> 7 <body> 8 <p> 9 mpadded lspace="25px" width="150px": 10 <math> 11 <mspace width="1px" height="25px" mathbackground="black"/> 12 <mpadded lspace="50px" width="150px"> 13 <mspace width="25px" height="25px" mathbackground="blue"/> 14 <mspace width="25px" height="25px" mathbackground="green"/> 15 <mspace width="25px" height="25px" mathbackground="red"/> 16 </mpadded> 17 <mspace width="1px" height="25px" mathbackground="black"/> 18 </math> 19 </p> 20 </body> 21 </html>