1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/dir-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,61 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <head><title>Test dir=rtl</title></head> 1.7 + <body> 1.8 + <p> 1.9 + math: 1.10 + <math> 1.11 + <mspace width="25px" height="25px" mathbackground="blue"/> 1.12 + <mspace width="25px" height="25px" mathbackground="green"/> 1.13 + <mspace width="25px" height="25px" mathbackground="red"/> 1.14 + </math> 1.15 + </p> 1.16 + 1.17 + <p> 1.18 + mrow: 1.19 + <math> 1.20 + <mrow> 1.21 + <mspace width="25px" height="25px" mathbackground="blue"/> 1.22 + <mspace width="25px" height="25px" mathbackground="green"/> 1.23 + <mspace width="25px" height="25px" mathbackground="red"/> 1.24 + </mrow> 1.25 + </math> 1.26 + </p> 1.27 + 1.28 + <p> 1.29 + mstyle: 1.30 + <math> 1.31 + <mstyle> 1.32 + <mspace width="25px" height="25px" mathbackground="blue"/> 1.33 + <mspace width="25px" height="25px" mathbackground="green"/> 1.34 + <mspace width="25px" height="25px" mathbackground="red"/> 1.35 + </mstyle> 1.36 + </math> 1.37 + </p> 1.38 + 1.39 + <p> 1.40 + mpadded lspace="25px" width="150px": 1.41 + <math> 1.42 + <mspace width="1px" height="25px" mathbackground="black"/> 1.43 + <mpadded lspace="50px" width="150px"> 1.44 + <mspace width="25px" height="25px" mathbackground="blue"/> 1.45 + <mspace width="25px" height="25px" mathbackground="green"/> 1.46 + <mspace width="25px" height="25px" mathbackground="red"/> 1.47 + </mpadded> 1.48 + <mspace width="1px" height="25px" mathbackground="black"/> 1.49 + </math> 1.50 + </p> 1.51 + 1.52 + <p> 1.53 + mfenced open="A" close="D" separators="BC": 1.54 + <math> 1.55 + <mfenced open="D" close="A" separators="CB"> 1.56 + <mtext>c</mtext> 1.57 + <mtext>b</mtext> 1.58 + <mtext>a</mtext> 1.59 + </mfenced> 1.60 + </math> 1.61 + </p> 1.62 + 1.63 + </body> 1.64 +</html>