layout/reftests/mathml/munder-mover-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/munder-mover-align-accent-false.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,176 @@
     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="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>&lt;</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>&gt;</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>&lt;</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>&gt;</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 align="left">
    1.50 +	      <mspace height="15px" width="75px" mathbackground="blue"/>
    1.51 +	      <mspace height="15px" width="25px" mathbackground="red"/>
    1.52 +	    </mover>
    1.53 +	  </math>
    1.54 +	</td>
    1.55 +	<td align="center">
    1.56 +	  <math>
    1.57 +	    <mover align="left">
    1.58 +	      <mspace height="15px" width="25px" mathbackground="blue"/>
    1.59 +	      <mspace height="15px" width="75px" mathbackground="red"/>
    1.60 +	    </mover>
    1.61 +	  </math>
    1.62 +	</td>
    1.63 +	<td align="center">
    1.64 +	  <math>
    1.65 +	    <munder align="left">
    1.66 +	      <mspace height="15px" width="75px" mathbackground="blue"/>
    1.67 +	      <mspace height="15px" width="25px" mathbackground="red"/>
    1.68 +	    </munder>
    1.69 +	  </math>
    1.70 +	</td>
    1.71 +	<td align="center">
    1.72 +	  <math>
    1.73 +	    <munder align="left">
    1.74 +	      <mspace height="15px" width="25px" mathbackground="blue"/>
    1.75 +	      <mspace height="15px" width="75px" mathbackground="red"/>
    1.76 +	    </munder>
    1.77 +	  </math>
    1.78 +	</td>
    1.79 +      </tr>
    1.80 +      <tr>
    1.81 +	<th>
    1.82 +	  align="right"
    1.83 +	</th>
    1.84 +	<td align="center">
    1.85 +	  <math>
    1.86 +	    <mover align="right">
    1.87 +	      <mspace height="15px" width="75px" mathbackground="blue"/>
    1.88 +	      <mspace height="15px" width="25px" mathbackground="red"/>
    1.89 +	    </mover>
    1.90 +	  </math>
    1.91 +	</td>
    1.92 +	<td align="center">
    1.93 +	  <math>
    1.94 +	    <mover align="right">
    1.95 +	      <mspace height="15px" width="25px" mathbackground="blue"/>
    1.96 +	      <mspace height="15px" width="75px" mathbackground="red"/>
    1.97 +	    </mover>
    1.98 +	  </math>
    1.99 +	  </td>
   1.100 +	<td align="center">
   1.101 +	  <math>
   1.102 +	    <munder align="right">
   1.103 +	      <mspace height="15px" width="75px" mathbackground="blue"/>
   1.104 +	      <mspace height="15px" width="25px" mathbackground="red"/>
   1.105 +	    </munder>
   1.106 +	  </math>
   1.107 +	</td>
   1.108 +	<td align="center">
   1.109 +	  <math>
   1.110 +	    <munder align="right">
   1.111 +	      <mspace height="15px" width="25px" mathbackground="blue"/>
   1.112 +	      <mspace height="15px" width="75px" mathbackground="red"/>
   1.113 +	    </munder>
   1.114 +	  </math>
   1.115 +	  </td>
   1.116 +      </tr>
   1.117 +      <tr>
   1.118 +	<th>
   1.119 +	align="center"
   1.120 +      </th>
   1.121 +	<td align="center">
   1.122 +	  <math>
   1.123 +	    <mover align="center">
   1.124 +	      <mspace height="15px" width="75px" mathbackground="blue"/>
   1.125 +	      <mspace height="15px" width="25px" mathbackground="red"/>
   1.126 +	    </mover>
   1.127 +	  </math>
   1.128 +	</td>
   1.129 +	<td align="center">
   1.130 +	  <math>
   1.131 +	    <mover align="center">
   1.132 +	      <mspace height="15px" width="25px" mathbackground="blue"/>
   1.133 +	      <mspace height="15px" width="75px" mathbackground="red"/>
   1.134 +	    </mover>
   1.135 +	  </math>
   1.136 +	  </td>
   1.137 +	<td align="center">
   1.138 +	  <math>
   1.139 +	    <munder align="center">
   1.140 +	      <mspace height="15px" width="75px" mathbackground="blue"/>
   1.141 +	      <mspace height="15px" width="25px" mathbackground="red"/>
   1.142 +	    </munder>
   1.143 +	  </math>
   1.144 +	</td>
   1.145 +	<td align="center">
   1.146 +	  <math>
   1.147 +	    <munder align="center">
   1.148 +	      <mspace height="15px" width="25px" mathbackground="blue"/>
   1.149 +	      <mspace height="15px" width="75px" mathbackground="red"/>
   1.150 +	    </munder>
   1.151 +	  </math>
   1.152 +	  </td>
   1.153 +      </tr>
   1.154 +    </table>
   1.155 +    <table>
   1.156 +      <tr>
   1.157 +      <th>
   1.158 +	<h5>Under & Over</h5>
   1.159 +      
   1.160 +	<math>
   1.161 +	  <mrow>
   1.162 +	    <mspace height="15px" width="25px" mathbackground="red"/>
   1.163 +	  </mrow>
   1.164 +	</math>
   1.165 +      </th>
   1.166 +      <th>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
   1.167 +      <th>
   1.168 +	<h5>Base</h5>
   1.169 +	
   1.170 +	<math>
   1.171 +	  <mrow>
   1.172 +	    <mspace height="15px" width="25px" mathbackground="blue"/>
   1.173 +	  </mrow>
   1.174 +	</math>
   1.175 +      </th>
   1.176 +      </tr>
   1.177 +    </table>
   1.178 +  </body>
   1.179 +</html>

mercurial