1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/munder-mover-align-accent-true-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,224 @@ 1.4 +<html> 1.5 + <head><title></title></head> 1.6 + <body> 1.7 + <h2> Test with accent="true" </h2> 1.8 + <table border="1"> 1.9 + <tr> 1.10 + <td align="center"></td> 1.11 + <th colspan="2">mover</th> 1.12 + <th colspan="2">munder</th> 1.13 + </tr> 1.14 + <tr> 1.15 + <td align="center"></td> 1.16 + <td align="center"><mrow> 1.17 + <mi>Over</mi> 1.18 + <mo><</mo> 1.19 + <mi>Base</mi> 1.20 + </mrow> 1.21 + </td> 1.22 + <td align="center"> 1.23 + <mrow> 1.24 + <mi>Over</mi> 1.25 + <mo>></mo> 1.26 + <mi>Base</mi> 1.27 + </mrow> 1.28 + </td> 1.29 + <td align="center"> 1.30 + <mrow> 1.31 + <mi>Over</mi> 1.32 + <mo><</mo> 1.33 + <mi>Base</mi> 1.34 + </mrow> 1.35 + </td> 1.36 + <td align="center"> 1.37 + <mrow> 1.38 + <mi>Over</mi> 1.39 + <mo>></mo> 1.40 + <mi>Base</mi> 1.41 + </mrow></td> 1.42 + </tr> 1.43 + <tr> 1.44 + <th> 1.45 + align="left" 1.46 + </th> 1.47 + <td align="center"> 1.48 + <math> 1.49 + <mover accent="true"> 1.50 + <mspace height="15px" width="75px" mathbackground="blue"/> 1.51 + <mrow> 1.52 + <mspace height="15px" width="25px" mathbackground="red"/> 1.53 + <mspace height="15px" width="25px"/> 1.54 + <mspace height="15px" width="25px"/> 1.55 + </mrow> 1.56 + </mover> 1.57 + </math> 1.58 + </td> 1.59 + <td align="center"> 1.60 + <math> 1.61 + <mover accent="true"> 1.62 + <mrow> 1.63 + <mspace height="15px" width="25px" mathbackground="blue"/> 1.64 + <mspace height="15px" width="25px"/> 1.65 + <mspace height="15px" width="25px"/> 1.66 + </mrow> 1.67 + <mspace height="15px" width="75px" mathbackground="red"/> 1.68 + </mover> 1.69 + </math> 1.70 + </td> 1.71 + <td align="center"> 1.72 + <math> 1.73 + <munder accentunder="true"> 1.74 + <mspace height="15px" width="75px" mathbackground="blue"/> 1.75 + <mrow> 1.76 + <mspace height="15px" width="25px" mathbackground="red"/> 1.77 + <mspace height="15px" width="25px"/> 1.78 + <mspace height="15px" width="25px"/> 1.79 + </mrow> 1.80 + </munder> 1.81 + </math> 1.82 + </td> 1.83 + <td align="center"> 1.84 + <math> 1.85 + <munder accentunder="true"> 1.86 + <mrow> 1.87 + <mspace height="15px" width="25px" mathbackground="blue"/> 1.88 + <mspace height="15px" width="25px"/> 1.89 + <mspace height="15px" width="25px"/> 1.90 + </mrow> 1.91 + <mspace height="15px" width="75px" mathbackground="red"/> 1.92 + </munder> 1.93 + </math> 1.94 + </td> 1.95 + </tr> 1.96 + <tr> 1.97 + <th> 1.98 + align="right" 1.99 + </th> 1.100 + <td align="center"> 1.101 + <math> 1.102 + <mover accent="true"> 1.103 + <mspace height="15px" width="75px" mathbackground="blue"/> 1.104 + <mrow> 1.105 + <mspace height="15px" width="25px"/> 1.106 + <mspace height="15px" width="25px"/> 1.107 + <mspace height="15px" width="25px" mathbackground="red"/> 1.108 + </mrow> 1.109 + </mover> 1.110 + </math> 1.111 + </td> 1.112 + <td align="center"> 1.113 + <math> 1.114 + <mover accent="true"> 1.115 + <mrow> 1.116 + <mspace height="15px" width="25px"/> 1.117 + <mspace height="15px" width="25px"/> 1.118 + <mspace height="15px" width="25px" mathbackground="blue"/> 1.119 + </mrow> 1.120 + <mspace height="15px" width="75px" mathbackground="red"/> 1.121 + </mover> 1.122 + </math> 1.123 + </td> 1.124 + <td align="center"> 1.125 + <math> 1.126 + <munder accentunder="true"> 1.127 + <mspace height="15px" width="75px" mathbackground="blue"/> 1.128 + <mrow> 1.129 + <mspace height="15px" width="25px"/> 1.130 + <mspace height="15px" width="25px"/> 1.131 + <mspace height="15px" width="25px" mathbackground="red"/> 1.132 + </mrow> 1.133 + </munder> 1.134 + </math> 1.135 + </td> 1.136 + <td align="center"> 1.137 + <math> 1.138 + <munder accentunder="true"> 1.139 + <mrow> 1.140 + <mspace height="15px" width="25px"/> 1.141 + <mspace height="15px" width="25px"/> 1.142 + <mspace height="15px" width="25px" mathbackground="blue"/> 1.143 + </mrow> 1.144 + <mspace height="15px" width="75px" mathbackground="red"/> 1.145 + </munder> 1.146 + </math> 1.147 + </td> 1.148 + </tr> 1.149 + <tr> 1.150 + <th> 1.151 + align="center" 1.152 + </th> 1.153 + <td align="center"> 1.154 + <math> 1.155 + <mover accent="true"> 1.156 + <mspace height="15px" width="75px" mathbackground="blue"/> 1.157 + <mrow> 1.158 + <mspace height="15px" width="25px"/> 1.159 + <mspace height="15px" width="25px" mathbackground="red"/> 1.160 + <mspace height="15px" width="25px"/> 1.161 + </mrow> 1.162 + </mover> 1.163 + </math> 1.164 + </td> 1.165 + <td align="center"> 1.166 + <math> 1.167 + <mover accent="true"> 1.168 + <mrow> 1.169 + <mspace height="15px" width="25px"/> 1.170 + <mspace height="15px" width="25px" mathbackground="blue"/> 1.171 + <mspace height="15px" width="25px"/> 1.172 + </mrow> 1.173 + <mspace height="15px" width="75px" mathbackground="red"/> 1.174 + </mover> 1.175 + </math> 1.176 + </td> 1.177 + <td align="center"> 1.178 + <math> 1.179 + <munder accentunder="true"> 1.180 + <mspace height="15px" width="75px" mathbackground="blue"/> 1.181 + <mrow> 1.182 + <mspace height="15px" width="25px"/> 1.183 + <mspace height="15px" width="25px" mathbackground="red"/> 1.184 + <mspace height="15px" width="25px"/> 1.185 + </mrow> 1.186 + </munder> 1.187 + </math> 1.188 + </td> 1.189 + <td align="center"> 1.190 + <math> 1.191 + <munder accentunder="true"> 1.192 + <mrow> 1.193 + <mspace height="15px" width="25px"/> 1.194 + <mspace height="15px" width="25px" mathbackground="blue"/> 1.195 + <mspace height="15px" width="25px"/> 1.196 + </mrow> 1.197 + <mspace height="15px" width="75px" mathbackground="red"/> 1.198 + </munder> 1.199 + </math> 1.200 + </td> 1.201 + </tr> 1.202 + </table> 1.203 + <table> 1.204 + <tr> 1.205 + <th> 1.206 + <h5>Under & Over</h5> 1.207 + 1.208 + <math> 1.209 + <mrow> 1.210 + <mspace height="15px" width="25px" mathbackground="red"/> 1.211 + </mrow> 1.212 + </math> 1.213 + </th> 1.214 + <th> </th> 1.215 + <th> 1.216 + <h5>Base</h5> 1.217 + 1.218 + <math> 1.219 + <mrow> 1.220 + <mspace height="15px" width="25px" mathbackground="blue"/> 1.221 + </mrow> 1.222 + </math> 1.223 + </th> 1.224 + </tr> 1.225 + </table> 1.226 + </body> 1.227 +</html>