1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/dir-2-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,81 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <head><title>Test dir=rtl</title></head> 1.7 + <body> 1.8 + <p> 1.9 + mfrac (numalign=left): 1.10 + <math> 1.11 + <mfrac numalign="left"> 1.12 + <mspace width="25px" height="25px" mathbackground="red"/> 1.13 + <mspace width="75px" height="25px" mathbackground="green"/> 1.14 + </mfrac> 1.15 + </math> 1.16 + </p> 1.17 + 1.18 + <p> 1.19 + mfrac (numalign=right): 1.20 + <math> 1.21 + <mfrac numalign="right"> 1.22 + <mspace width="25px" height="25px" mathbackground="red"/> 1.23 + <mspace width="75px" height="25px" mathbackground="green"/> 1.24 + </mfrac> 1.25 + </math> 1.26 + </p> 1.27 + 1.28 + <p> 1.29 + menclose: 1.30 + <math> 1.31 + <menclose> 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 + </menclose> 1.36 + </math> 1.37 + </p> 1.38 + 1.39 + <p> 1.40 + menclose notation="left": 1.41 + <math> 1.42 + <menclose notation="left"> 1.43 + <mspace width="25px" height="25px" mathbackground="blue"/> 1.44 + <mspace width="25px" height="25px" mathbackground="green"/> 1.45 + <mspace width="25px" height="25px" mathbackground="red"/> 1.46 + </menclose> 1.47 + </math> 1.48 + </p> 1.49 + 1.50 + <p> 1.51 + menclose notation="right": 1.52 + <math> 1.53 + <menclose notation="right"> 1.54 + <mspace width="25px" height="25px" mathbackground="blue"/> 1.55 + <mspace width="25px" height="25px" mathbackground="green"/> 1.56 + <mspace width="25px" height="25px" mathbackground="red"/> 1.57 + </menclose> 1.58 + </math> 1.59 + </p> 1.60 + 1.61 + <p> 1.62 + menclose notation="updiagonalstrike": 1.63 + <math> 1.64 + <menclose notation="updiagonalstrike"> 1.65 + <mspace width="25px" height="25px" mathbackground="blue"/> 1.66 + <mspace width="25px" height="25px" mathbackground="green"/> 1.67 + <mspace width="25px" height="25px" mathbackground="red"/> 1.68 + </menclose> 1.69 + </math> 1.70 + </p> 1.71 + 1.72 + <p> 1.73 + menclose notation="downdiagonalstrike": 1.74 + <math> 1.75 + <menclose notation="downdiagonalstrike"> 1.76 + <mspace width="25px" height="25px" mathbackground="blue"/> 1.77 + <mspace width="25px" height="25px" mathbackground="green"/> 1.78 + <mspace width="25px" height="25px" mathbackground="red"/> 1.79 + </menclose> 1.80 + </math> 1.81 + </p> 1.82 + 1.83 + </body> 1.84 +</html>