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

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

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

mercurial