1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/subscript-italic-correction-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,36 @@ 1.4 +<!doctype html> 1.5 +<html> 1.6 + <head> 1.7 + <title>subscript</title> 1.8 + <meta charset="utf-8"/> 1.9 + </head> 1.10 + <body style="background: #5f5; font-size: 50px;"> 1.11 + 1.12 + <div> 1.13 + <math> 1.14 + <msubsup> 1.15 + <mi mathbackground="#5f5">f</mi> 1.16 + <mspace id="s0" width="50px" height="50px" mathbackground="blue"/> 1.17 + <mspace id="s1" width="50px" height="50px" mathbackground="blue"/> 1.18 + </msubsup> 1.19 + </math> 1.20 + </div> 1.21 + 1.22 + <br/> 1.23 + 1.24 + <div> 1.25 + <math> 1.26 + <mmultiscripts> 1.27 + <mi mathbackground="#5f5">f</mi> 1.28 + <mspace id="s2" width="50px" height="50px" mathbackground="blue"/> 1.29 + <mspace id="s3" width="50px" height="50px" mathbackground="blue"/> 1.30 + <mspace id="s4" width="50px" height="50px" mathbackground="blue"/> 1.31 + <mspace id="s5" width="50px" height="50px" mathbackground="blue"/> 1.32 + <mspace id="s6" width="50px" height="50px" mathbackground="blue"/> 1.33 + <mspace id="s7" width="50px" height="50px" mathbackground="blue"/> 1.34 + </mmultiscripts> 1.35 + </math> 1.36 + </div> 1.37 + 1.38 + </body> 1.39 +</html>