1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/mmultiscript-align.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,38 @@ 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 + </mrow> 1.17 + <mspace width="100px" height="10px" mathbackground="green"/> 1.18 + <mprescripts/> 1.19 + <mrow> 1.20 + <mspace width="50px" height="10px" mathbackground="blue"/> 1.21 + </mrow> 1.22 + <mspace width="100px" height="10px" mathbackground="green"/> 1.23 + </mmultiscripts> 1.24 + </math> 1.25 + <br/> 1.26 + <math> 1.27 + <mmultiscripts> 1.28 + <mspace width="50px" height="50px" mathbackground="red"/> 1.29 + <mspace width="100px" height="10px" mathbackground="green"/> 1.30 + <mrow> 1.31 + <mspace width="50px" height="10px" mathbackground="blue"/> 1.32 + </mrow> 1.33 + <mprescripts/> 1.34 + <mspace width="100px" height="10px" mathbackground="green"/> 1.35 + <mrow> 1.36 + <mspace width="50px" height="10px" mathbackground="blue"/> 1.37 + </mrow> 1.38 + </mmultiscripts> 1.39 + </math> 1.40 + </body> 1.41 +</html>