layout/reftests/mathml/munderover-align-accent-false.html

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

mercurial