1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/mmultiscript-align-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,42 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <head> 1.7 + <title>alignment of mmultiscript sub/superscripts</title> 1.8 + </head> 1.9 + 1.10 + <body> 1.11 + <math> 1.12 + <mmultiscripts> 1.13 + <mspace width="50px" height="50px" mathbackground="red"/> 1.14 + <mrow> 1.15 + <mspace width="50px" height="10px" mathbackground="blue"/> 1.16 + <mspace width="50px" height="10px"/> 1.17 + </mrow> 1.18 + <mspace width="100px" height="10px" mathbackground="green"/> 1.19 + <mprescripts/> 1.20 + <mrow> 1.21 + <mspace width="50px" height="10px"/> 1.22 + <mspace width="50px" height="10px" mathbackground="blue"/> 1.23 + </mrow> 1.24 + <mspace width="100px" height="10px" mathbackground="green"/> 1.25 + </mmultiscripts> 1.26 + </math> 1.27 + <br/> 1.28 + <math> 1.29 + <mmultiscripts> 1.30 + <mspace width="50px" height="50px" mathbackground="red"/> 1.31 + <mspace width="100px" height="10px" mathbackground="green"/> 1.32 + <mrow> 1.33 + <mspace width="50px" height="10px" mathbackground="blue"/> 1.34 + <mspace width="50px" height="10px"/> 1.35 + </mrow> 1.36 + <mprescripts/> 1.37 + <mspace width="100px" height="10px" mathbackground="green"/> 1.38 + <mrow> 1.39 + <mspace width="50px" height="10px"/> 1.40 + <mspace width="50px" height="10px" mathbackground="blue"/> 1.41 + </mrow> 1.42 + </mmultiscripts> 1.43 + </math> 1.44 + </body> 1.45 +</html>