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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/scriptlevel-movablelimits-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +  <head><title>Test accent/accentunder</title></head>
     1.7 +  <body>
     1.8 +    <math displaystyle="false">
     1.9 +      <munderover accentunder="true" accent="true">
    1.10 +	<mo>&#x2211;</mo>
    1.11 +	<mi>a</mi>
    1.12 +	<mi>b</mi>
    1.13 +      </munderover>
    1.14 +    </math>
    1.15 +    <math displaystyle="false">
    1.16 +      <munder accentunder="true">
    1.17 +	<mo>&#x2211;</mo>
    1.18 +	<mi>a</mi>
    1.19 +      </munder>
    1.20 +    </math>
    1.21 +    <math displaystyle="false">
    1.22 +      <mover accent="true">
    1.23 +	<mo>&#x2211;</mo>
    1.24 +	<mi>a</mi>
    1.25 +      </mover>
    1.26 +    </math>
    1.27 +  </body>
    1.28 +</html>

mercurial