layout/reftests/mathml/munder-mover-align-accent-false.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     1 <html>
     2   <head><title></title></head>
     3   <body>
     4     <h2> Test with accent="false" </h2>
     5     <table border="1">
     6       <tr>
     7 	<td align="center"></td>
     8 	<th colspan="2">mover</th>
     9 	<th colspan="2">munder</th>
    10       </tr>
    11       <tr>
    12 	<td align="center"></td>
    13 	<td align="center"><mrow>
    14 	    <mi>Over</mi>
    15 	    <mo>&lt;</mo>
    16 	    <mi>Base</mi>
    17 	  </mrow>
    18 	</td>
    19 	<td align="center">
    20 	  <mrow>
    21 	    <mi>Over</mi>
    22 	    <mo>&gt;</mo>
    23 	    <mi>Base</mi>
    24 	  </mrow>
    25 	</td>
    26 	<td align="center">
    27 	  <mrow>
    28 	    <mi>Over</mi>
    29 	    <mo>&lt;</mo>
    30 	    <mi>Base</mi>
    31 	  </mrow>
    32 	</td>
    33 	<td align="center">
    34 	  <mrow>
    35 	    <mi>Over</mi>
    36 	    <mo>&gt;</mo>
    37 	    <mi>Base</mi>
    38 	  </mrow></td>
    39       </tr>
    40       <tr>
    41 	<th>
    42 	  align="left"
    43 	</th>
    44 	<td align="center">
    45 	  <math>
    46 	    <mover align="left">
    47 	      <mspace height="15px" width="75px" mathbackground="blue"/>
    48 	      <mspace height="15px" width="25px" mathbackground="red"/>
    49 	    </mover>
    50 	  </math>
    51 	</td>
    52 	<td align="center">
    53 	  <math>
    54 	    <mover align="left">
    55 	      <mspace height="15px" width="25px" mathbackground="blue"/>
    56 	      <mspace height="15px" width="75px" mathbackground="red"/>
    57 	    </mover>
    58 	  </math>
    59 	</td>
    60 	<td align="center">
    61 	  <math>
    62 	    <munder align="left">
    63 	      <mspace height="15px" width="75px" mathbackground="blue"/>
    64 	      <mspace height="15px" width="25px" mathbackground="red"/>
    65 	    </munder>
    66 	  </math>
    67 	</td>
    68 	<td align="center">
    69 	  <math>
    70 	    <munder align="left">
    71 	      <mspace height="15px" width="25px" mathbackground="blue"/>
    72 	      <mspace height="15px" width="75px" mathbackground="red"/>
    73 	    </munder>
    74 	  </math>
    75 	</td>
    76       </tr>
    77       <tr>
    78 	<th>
    79 	  align="right"
    80 	</th>
    81 	<td align="center">
    82 	  <math>
    83 	    <mover align="right">
    84 	      <mspace height="15px" width="75px" mathbackground="blue"/>
    85 	      <mspace height="15px" width="25px" mathbackground="red"/>
    86 	    </mover>
    87 	  </math>
    88 	</td>
    89 	<td align="center">
    90 	  <math>
    91 	    <mover align="right">
    92 	      <mspace height="15px" width="25px" mathbackground="blue"/>
    93 	      <mspace height="15px" width="75px" mathbackground="red"/>
    94 	    </mover>
    95 	  </math>
    96 	  </td>
    97 	<td align="center">
    98 	  <math>
    99 	    <munder align="right">
   100 	      <mspace height="15px" width="75px" mathbackground="blue"/>
   101 	      <mspace height="15px" width="25px" mathbackground="red"/>
   102 	    </munder>
   103 	  </math>
   104 	</td>
   105 	<td align="center">
   106 	  <math>
   107 	    <munder align="right">
   108 	      <mspace height="15px" width="25px" mathbackground="blue"/>
   109 	      <mspace height="15px" width="75px" mathbackground="red"/>
   110 	    </munder>
   111 	  </math>
   112 	  </td>
   113       </tr>
   114       <tr>
   115 	<th>
   116 	align="center"
   117       </th>
   118 	<td align="center">
   119 	  <math>
   120 	    <mover align="center">
   121 	      <mspace height="15px" width="75px" mathbackground="blue"/>
   122 	      <mspace height="15px" width="25px" mathbackground="red"/>
   123 	    </mover>
   124 	  </math>
   125 	</td>
   126 	<td align="center">
   127 	  <math>
   128 	    <mover align="center">
   129 	      <mspace height="15px" width="25px" mathbackground="blue"/>
   130 	      <mspace height="15px" width="75px" mathbackground="red"/>
   131 	    </mover>
   132 	  </math>
   133 	  </td>
   134 	<td align="center">
   135 	  <math>
   136 	    <munder align="center">
   137 	      <mspace height="15px" width="75px" mathbackground="blue"/>
   138 	      <mspace height="15px" width="25px" mathbackground="red"/>
   139 	    </munder>
   140 	  </math>
   141 	</td>
   142 	<td align="center">
   143 	  <math>
   144 	    <munder align="center">
   145 	      <mspace height="15px" width="25px" mathbackground="blue"/>
   146 	      <mspace height="15px" width="75px" mathbackground="red"/>
   147 	    </munder>
   148 	  </math>
   149 	  </td>
   150       </tr>
   151     </table>
   152     <table>
   153       <tr>
   154       <th>
   155 	<h5>Under & Over</h5>
   157 	<math>
   158 	  <mrow>
   159 	    <mspace height="15px" width="25px" mathbackground="red"/>
   160 	  </mrow>
   161 	</math>
   162       </th>
   163       <th>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
   164       <th>
   165 	<h5>Base</h5>
   167 	<math>
   168 	  <mrow>
   169 	    <mspace height="15px" width="25px" mathbackground="blue"/>
   170 	  </mrow>
   171 	</math>
   172       </th>
   173       </tr>
   174     </table>
   175   </body>
   176 </html>

mercurial