layout/reftests/mathml/scriptlevel-movablelimits-1.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <!DOCTYPE html>
     2 <html>
     3   <head><title>Test accent/accentunder</title></head>
     4   <body>
     5     <math displaystyle="false">
     6       <munderover accentunder="true" accent="true">
     7 	<mo>&#x2211;</mo>
     8 	<mi>a</mi>
     9 	<mi>b</mi>
    10       </munderover>
    11     </math>
    12     <math displaystyle="false">
    13       <munder accentunder="true">
    14 	<mo>&#x2211;</mo>
    15 	<mi>a</mi>
    16       </munder>
    17     </math>
    18     <math displaystyle="false">
    19       <mover accent="true">
    20 	<mo>&#x2211;</mo>
    21 	<mi>a</mi>
    22       </mover>
    23     </math>
    24   </body>
    25 </html>

mercurial